

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: purple;
	background-color: transparent;
}

a:link {
   font-weight : bold; 
   text-decoration : none; 
   color: Blue;
   background-color: transparent; 
}

a:hover {
   color : Blue;
   background-color : yellow;  
   text-decoration : underline; 
}

a:active {
   font-weight : bold; 
   text-decoration : none; 
   color: Green;
   background-color: transparent; 
}

h1
{
	margin-bottom: 0;
	padding-bottom: 0;
	color: blue;
	text-align: center;
	/* Be kind to Netscape 4 */
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
}


h2
{
	margin-bottom: 0;
	padding-bottom: 0;
	color: blue;
	/* Be kind to Netscape 4 */
	text-align: left;
	font-size: 26px;

}

.blue
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
	
}


P.copyright
{
font-style: italic;
left-margin: 0.5cm;
right-margin: 0.5cm;
font-size: 12px;
}

P.red
{
color: Red;
}


b {
   font-weight : bold; 
}

strong {
   font-weight : bold; 
}


img {
   border: 0;
}

div {
   margin: 0px 0px 0px 3%; 
   padding: 10px; 
border: 0px dotted #036; 
   min-width: 128px;
}


.butt { 
   font: bold 12px verdana, arial, sans-serif; 
   color: #036; 
   background-color: #FFF; 
   padding: 2px;
}

.butt2 { 
   font: bold 12px verdana, arial, sans-serif; 
   color: #036; 
   background-color: #FFF; 
   padding: 2px;
}

.small {
   font: 10px/1em geneva, verdana, arial, sans-serif; 
   margin-top: 25px; 
   margin-bottom: 10px;
}


.vs0 {
	margin-top: 0;
	padding-top: 0;
}



