a:link {
	color: blue; 
	}

a:hover { 
	color: red; 
	} 

a:visited {
	color: purple;
	}

body {
	margin: 0; 
	background-color: #FFFFFF;
	}

.bold {
	font-size: medium; 
	font-weight: bold; 
	}

.small {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: small;
	font-weight: normal;
	}

.smallbold {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: small;
	font-weight: bold; 
	}

.smallwhite {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: small; 
	font-weight: normal;
	color: white; 
	}

.title {
	font-size: large; 
	font-weight: bold; 
	}
