:link {
	color : #0000CC;
	text-decoration : none;
}

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

:hover {
	color : #FF0000;
	text-decoration : none;
}

:active {
	color : #FF0000;
	text-decoration : none;
}
#banner{
	background-color : White;
	width:90%
}

body{
	background-color : #3333CC;
	color : #000000;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 20px;
}
#container {
	background-color : #FFFFFF;
	margin : 0 auto;
	text-align : left;
	width : 800px;
}

h1{
	font-family : " arial", "sans serif";
	font-size : 60px;
}

h2{
	font-family : "arial",sans serif;
	font-size : 25px;
	font-style : italic;
	font-weight : bold;
}

h3{
	background-color : #CCCCFF;
	font-family : "arial",sans serif;
	font-size : 100%;
	font-weight : normal;
}

h4{
	font-family : arial, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
}

p{
	font-family : arial, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
}

#green{
	background-color : #339900;
}

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

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

