a:link
{
	font-weight: bold;
	text-decoration: none;
	color: Blue;
	background-color: yellow;
	border-color: blue;
	border-style: solid;

}


a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: purple;
	background-color: transparent;
	border-color: blue;
	border-style: solid;

}

a:hover {
   color : Blue;
   background-color : white;  
   text-decoration : underline; 
	border-color: blue;
	border-style: solid;

}

a:active {
   font-weight : bold; 
   text-decoration : none; 
   color: Green;
   background-color: transparent; 
	border-color: blue;
	border-style: solid;

}

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: center;
	font-size: 26px;

}

h3
{

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


.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;
}


hr

{
	border: 3px double #00F;
	
}
