/* CSS Document */

.smaller {
	font-family: Georgia, Times New Roman;
	font-size: 11pt;
	}
	
body {
	font-family: Georgia, Times New Roman;
	font-size: 12pt;
	}
	
table {
	font-family: Georgia, Times New Roman;
	font-size: 12pt;
	}
	
.menu {
	font-family: Georgia, Times New Roman;
	font-size: 12pt;
	text-transform: capitalize;
	}
.bodytext {
	font-family: Georgia, Times New Roman;
	font-size: 11pt
	}
span.lowercase3 {
	font-family: Georgia, Times New Roman;
	font-size: 13pt;
	}
span.123 {
	font-family: Times New Roman;
	}
span.lowercase {
	font-family: Georgia, Times New Roman;
	font-size: 10pt;
	}
	
span.lowercase2 {
	font-family: Georgia, Times New Roman;
	font-size: 14pt;
	letter-spacing: 2px;
	}
	
.susan {
	font-family: Georgia, Times New Roman;
	font-size: 20pt;
	letter-spacing: 5px;
	}
	
span.usan {
	font-family: Georgia, Times New Roman;
	font-size: 24pt;
	}
	
span.design {
	font-family: Georgia, Times New Roman;
	letter-spacing: 2px;
	font-size: 16pt;
	}

a:link {
	font: bold 10pt Georgia;
	color: black;
	text-decoration: none;
	color: #383838;
	} 
	
a:visited {
	font: bold 10pt Georgia;
	color: black;
	text-decoration: none;
	color: #383838;
	} 
	
a:hover {
	color: Darkred;
	}
	
span.a:link {
	font: bold 9pt Georgia;
	color: black;
	text-decoration: none;
	color: #383838;
	} 
	
span.a:visited {
	font: bold 9pt Georgia;
	color: black;
	text-decoration: none;
	color: #383838;
	} 
	
span.a:hover {
	color: Darkred;
	}
	
a:active {
	color: Darkred;
	}
	
a.two:link {
	font-family: Georgia;
	font-size: 11pt;
	font-weight: normal;
	color: Darkred;
	text-decoration: none;
	} 
	
a.two:visited {
	font-family: Georgia;
	font-size: 11pt;
	font-weight: normal;
	color: Darkred;
	text-decoration: none;
	} 
	
a.two:hover {
	color: Gray;
	text-decoration: none;
	}
	
a.three:link {
	font-family: Georgia;
	font-size: 11pt;
	font-weight:normal;
	color: DarkRed;
	text-decoration: none;
	} 
	
a.three:visited {
	font-family: Georgia;
	font-size: 11pt;
	font-weight:normal;
	color: DarkRed;
	text-decoration: none;
	} 
	
a.three:hover {
	color: DarkRed;
	text-decoration: underline;
	}
