:link {
	color : #3333FF;
	text-decoration : underline;
}

:visited {
	color : #990066;
	text-decoration : underline;
}

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

:active {
	color : #FF0000;
	text-decoration : underline;
}

body{
	background-color : #FFFFCC;
}

h2{
	color : #000000;
	font-family : Arial, serif;
	font-size : 20px;
	font-style : italic;
	font-weight : normal;
}

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

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

#right{
	float : right;
	padding : 1em;
}
.colour{
	background-color : #FFFF99;
}
