/* HTML styling */

/* add this line to your html or php file - MH: <link type="text/css" rel="stylesheet" href="styles.css">  */



img {
border: 0px none;
}
[tags]css, img, border, xhtml[/tags]

<style type="text/css"> 

object {   border: 0px; }


BODY {font-family : "Verdana", "Helvetica", "Arial";
	color : white; font-size: 10pt;}

p {font-family:Verdana, Helvetica, Arial, sans-serif; font-size: 80%; color:white; margin-left: 10pt; margin-right: 11px; margin-top: 10px}
p.tiny { font-size: 8pt;}
h2 {font-family:Verdana, Helvetica, Arial, sans-serif; font-size: 95%; color:white; font-weight : 700;}
h2.blue {color:#05B3E9}
a {font-weight : bold; font-family : "Verdana", "Arial", "Helvetica", Sans-serif; text-decoration : none; }
a:link { color: silver; }  /* for unvisited links */
a:visited { color: white; } /* for visited links */
a:active { color: rgb(255, 0, 102); } /* when link is clicked */
a:hover { color: rgb(0, 96, 255); } /* when mouse is over link */
