<html> 
<head> 
<style>

        	BODY {font-family: Arial, Helvetica, sans-serif;
                    font-size: 12px;
                    color: black;
                    font-weight: normal;}

            P {font-size : 12px;
                    color : black;
                    font-family: Arial, Helvetica;
                    margin-left : 12;
                    margin-right : 12}

            H1 {font-size: 20px;
                    color : black;
                    text-indent : none;
                    font-family: Arial, Helvetica, sans-serif;}

            H2 {font-size: 15px;
                    color : black;
                    text-indent : none;
                    font-family: Arial, Helvetica, sans-serif;}

            H3 {font-size: 15px;
                    color : black;
                    text-indent : none;
                    font-family: Arial, Helvetica, sans-serif;}

            SMALL {font-size: 10px;
                    font-family: Arial, Helvetica, sans-serif;}

            TEXTAREA {font-size: 14px;
                    background : white;
                    font-weight : bold;
                    color : black;
                    font-family: Arial, Helvetica, sans-serif;}

            INPUT {font-size: 14px;
                    background : white;
                    font-weight : bold;
                    color : black;
                    font-family: Arial, Helvetica, sans-serif;}

            .button {background : #ddddff;}


            B {font-weight : bold;}

A:link{
	color: #6B84D6;
	text-decoration : none;
	font-weight: bold;
}

A:active{
	color: #6B84D6;
	text-decoration : line-through;
	font-weight: bold;
}
A:visited{
	color: #aaaaaa;
	text-decoration : none;
	font-weight: bold;
}

A:hover  {
	color : #6B84D6;
	font-weight: bold;
	text-decoration : underline;
}

</style>	
</head>
</html>