body {
    font-family: "Georgia", Verdana, Helvetica, sans-serif;
	font-size: medium;
    background-color: white; 
    color: black;
}

div#content {
	width:760px;
	text-align: left;
	margin:auto;
}

h2 {
	font-size:110%;
}

small {
	font-size:75%;
	font-style:italic;
}

a:link {
    color:blue;
    background-color:white;
}

a:visited {
    color:navy;
    background-color:white;
}

a:hover {
    color:navy;
    background-color:white;
}

a:active {
    color:red;
    background-color:white;
}

img {
	border:none;
}

