.a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}
.bold {
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000099;
}
.hilight {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	background-color: #FFFF00;
	font-size: larger;
	font-weight: bold;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	background-color: #CCCCCC;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	background-color: #EEEEEE;
	font-size: smaller;
}
.q {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	padding-left: 20px;
	border: 1px solid #FF0000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.screenshot {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	padding-left: 20px;
	border: 1px solid #FF0000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #EEEEEE;
}
.simlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: xx-small;
	text-decoration: underline;
	cursor: hand;
}
.textbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	border-left-style: none;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.toolbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	border-top: 1px solid #FF0000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #FF0000;
	padding: 3px;
}
.tools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
.tour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #FF0000;
}
.underline {
	text-decoration: underline;
}
.vni {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}
a:active {
	color: red;
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #000099;
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Fieldsets in general */
fieldset {
	border: 1px ridge #0000FF;
	padding:       1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em;
}
fieldset legend {
	color: #053188;
	font-variant: small-caps;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	border-top: thin dotted #000000;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin dotted #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

