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

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

:hover {
	background-color : #FFFFED;
	color : #FFCC00;
	text-decoration : none;
}

:active {
	background-color : #FFFFED;
	color : #FFCC00;
}

body {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
}

h2{
	color : #FF0000;
	font-size : 250%;
	font-style : italic;
	font-weight : normal;
}

h3{
	background-color : #C0C0C0;
	font-size : 100%;
	font-weight : bold;
}

h4{
	font-size : 100%;
	font-weight : bold;
}

p{
	font-size : 80%;
}

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

#list{
	font-size : 80%;
}

#red{
	color : #FF0000;
}

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