body {
	background-color: #FFFFBB;
    font-family : "Times New Roman", "Univers", Times, serif;
	font-size : 12px;
	color : #4B0082;
}

p {
    font-family : "Times New Roman", "Univers", Times, serif;
	font-size : 12px;
	color : #4B0082;
}

h1 {
	font-size : 22px;
}

h1.welcome {
	font-size : 16px;
}

.menu {
	border : 2px solid #00CCFF;
	border-bottom-color : #00CCFF;
	border-bottom-style : solid;
	border-bottom-width : 2px;
}

td {
    font-family : "Times New Roman", "Univers", Times, serif;
	font-size : 12px;
	color : #4B0082;
}

.larger {
    font-size : 105%;
    font-weight : bold;
}

.small {
	font-size : 85%;
}

.smallcap {
    font-variant:small-caps
}

.smallcapunderscore {
    text-decoration:underline;
    font-variant:small-caps
}

hr {
    color : green;
}

a:link {
	text-decoration:none;	
	color : #4B0082;
}

td a:link {
    font-family : Arial, sans-serif;
	font-size : 12px;
    font-weight : bold;
	text-decoration:none;
	color : #0066FF;
}

a:visited {
	text-decoration:none;		
	color : #4B0082;
}

td a:visited {
    font-family : Arial, sans-serif;
	font-size : 12px;
    font-weight : bold;
	text-decoration:none;
	color : #0066FF;
}

a:active {
	text-decoration:none;
	color : #4B0082;
}

td a:active {
    font-family : Arial, sans-serif;
	font-size : 12px;
    font-weight : bold;
	text-decoration:none;
	color : #0066FF;
}

a:hover {
	text-decoration:none;	
	color : #FFFFBB;
	background-color : #4B0082;
}

td a:hover {
    font-family : Arial, sans-serif;
	font-size : 12px;
    font-weight : bold;
	text-decoration:none;	
	color : #FFFFBB;
	background-color : #0066FF;
}

