:link {
	color : #009900;
	text-decoration : none;
}

:visited {
	color : #669900;
	text-decoration : none;
}

:hover {
	color : #66FF00;
	text-decoration : none;
}

:active {
	color : #66FF00;
	text-decoration : none;
}

body{
	background-attachment : fixed;
	background-color : #CCFFFF;
	background-image : url(images/webframe2.jpg);
	background-position : center;
	background-repeat : no-repeat;
}

h2{
	color : #006600;
	font-family : "Times New Roman", serif;
	font-size : 32px;
	font-style : normal;
	font-weight : normal;
}

p{
	color : #006600;
	font-family : "Times New Roman", serif;
	font-size : 28px;
	font-style : normal;
	font-weight : normal;
}

