@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image:none;
	}
	

h1 	{
	font-size:42px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h2 	{
	font-size:36px;
	}
h3 	{
	font-size:24px;
	}
h4 	{
	font-size:18px;
	}
h5	{
	font-size:16px;
	}

a:link 		{
			color:#0000CC;
			text-decoration:underline;
			}
a:visited 	{
			color:#000066;
		 	}
a:active	{
			text-decoration:blink; 
			color:#E60000;
			}
a:hover		{
			text-decoration:underline overline;
			}
