: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 : scroll;
	background-color : #FFFFFF;
	background-image : url(images/webborder.jpg);
	background-position : top;
	background-repeat : no-repeat;
}

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

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

p{
	color : #000000;
	font-family : arial, serif;
	font-size : 16px;
	font-weight : normal;
}

#italic{
	color : #000000;
	font-family : arial, serif;
	font-size : 16px;
	font-style : italic;
}

#left{
	float : left;
	padding : 1em;
}

#right{
	float : right;
	padding : 1em;
}
#wrapper{
	margin-right:auto;
	margin-left : auto;
	margin-top:60px;
	width:1000px;
}
