/* CSS Document */

p {
	font-family: "Trebuchet MS", "Palatino Linotype", "Comic Sans MS";
	font-size: medium;
	line-height: 16px;
	color: #DDDDDD;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}
.style2 {color: #000000}
body {
	background-color: #000000;
}
.header {
	font-family:  "Trebuchet MS","Palatino Linotype";
	font-size: 56px;
	color: #FFFFCC;
	font-weight: bold;
}
.info{
	font-family: "Trebuchet MS", "Palatino Linotype", "Comic Sans MS";
	color: #CCCCCC;
	font-size: medium;
	font-style: italic;
}
td {font-family: Geneva, Arial, Helvetica, sans-serif; color: #CCCCCC; }

a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
	background-color: #666666;
}
a:active {
	color: #FFFFCC;
	text-decoration: none;
}

.definition {
	font-family: "Trebuchet MS", "Palatino Linotype", "Comic Sans MS";
	font-size: small;
	color: #CCCCCC;
	font-weight: bold;
}