
/*fonts*/



h1{
font-family:"monotype corsiva","bookman old style",verdana,garamond,tahoma;
color:#666600;
font-size:28pt;
font-style:italic;
font-weight:bold;
text-align:center
}

h2{
font-family:"monotype corsiva","bookman old style",verdana,garamond,tahoma;
color:#666600;
font-size:20pt;
font-style:italic;
font-weight:bold;
text-align:center
}

h3{
font-family:"monotype corsiva","bookman old style",verdana,garamond,tahoma;
color:#666600;
font-size:12pt;
font-weight:500;
text-align:center
}

h4{
font-family:"monotype corsiva","bookman old style",verdana,garamond,tahoma;
color:#666600;
font-size:14pt;
font-weight:500;
text-align:center
}

p{
font-family:"bookman old style",Arial,verdana,garamond,tahoma;
color:#666600;
font-size:12pt;
text-align:justify;
font-weight:500;
font-style:italic
}

small{
font-family:"bookman old style",Arial,verdana,garamond,tahoma;
color:#666600;
font-size:11pt;
font-weight:500;
font-style:italic;
text-align:justify
}


/*Links*/
 
a:link{
font-family:Arial,Verdana,garamond,tahoma;
color:#ff9900;
font-size:12pt;
text-decoration:none;
text-align:center
}





a:visited{
font-family:Arial,Verdana,garamond,tahoma;
color:#ff9900;
font-size:12pt;
text-decoration:none;
text-align:center
}


a:hover{
font-family:Arial,Verdana,garamond,tahoma;
color:black;
font-size:12pt;
font-weight:normal;
text-decoration:underline;
text-align:center
}