body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : White;
	background-repeat : repeat;
	background-image : url();
}
h1, h2 {
    color: gray;
}
h1 {
    border-bottom: 1px solid black;
}
p {
	color: Gray;
	font-size: smaller;
	font-weight: bolder;
}
em {
	font-family: serif;
}

a:visited, 
a:visited:hover {
	font-weight: bold;
	text-decoration: none;
	color: Green;
}
a:hover, 
a:active {
	text-decoration: underline;
	color: Gray;
}
