:link {
	color : #336600;
}

:visited {
	color : #336600;
}

:hover {
	color : #009900;
}

:active {
	color : #339900;
}

body{
	background-attachment : scroll;
	background-color : #006600;
	background-image : url(images/leafy.jpg);
	background-repeat : repeat;
	color : #004000;
}

h1{
	font-family : "Garamond","Times New Roman", serif;
	font-size : 45px;
	font-style : normal;
	font-weight : lighter;
}

h2{
	font-family : "Garamond","Times New Roman", serif;
	font-size : 30px;
	font-style : italic;
	font-weight : normal;
}

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

h4{
	font-family : "Garamond","Times New Roman", serif;
	font-size : 16px;
	font-weight : lighter;
}

p{
	font-family : "Garamond","Times New Roman", serif;
	font-size : 18px;
	font-weight : normal;
}

#italic{
	font-family : "Times New Roman", serif;
	font-size : 16px;
	font-style : italic;
}

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

#red{
	color : #FF0000;
}

#right{
	float : right;
	padding : 0.5em;
}

#yellow{
	background : #FFFFAC;
	width : 90%;
}
#red{color: red;
}
