/* Body & P tagit*/

body 
{
background-color: #eeeeee;
font-family: "times new roman", serif;
color: #000000;
}
#overallFrame
{
position: relative;
width: 1000px;
height: 750px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

p 
{
color: #000033;
text-align: center;
font-weight : bold;
}



/* Teksti */

#normaltext{
position: absolute;
top: 0;
left: 0;
height: 300px;
width: 800px;
color : #336699;
padding : 100px;
font-size : 16px;
text-align: center;
/* valign: center; */
border: 0px blue solid;
}

#footer
{
position: absolute;
top: 400px;
left: 0px;
height: 20px;
width: 1000px;
text-align: center;
margin: 0px;
border: 0px blue solid;
/* background-color: #CCFFFF; */
}


/* Otsikot */

h1 
{
font-size: 22px;
color: #333333;
text-align: center;
padding-bottom: 5px;
}

h2
{
font-size : 16px;
font-weight: normal;
text-align: center;
border-bottom: 1px solid #999;
padding-bottom: 10px;
}

h3
{
font-size: 14px;
color: #000000;
}


/* Linkit */

a:link    
{
color: #004080;
text-decoration : none;
}

a:visited 
{
color: #004080;
text-decoration : none;
}

a:active 
{
color: #004080;
text-decoration : none;
}

a:hover 
{
color: #cc3322;
text-decoration : none;
font-weight : bold;
}

/* Listat */

ul.disc 
{
list-style-type: disc;
}

ul.circle 
{
list-style-type: circle;
}
