BODY {
	background - color: black;
	background-color : transparent;
	font-family : Arial, Verdana, Tahoma, Lucida Sans, helvetica, sans-serif;
}

H3 {
	color: navy;
}

.category {
	font-style: bold;
	font-size: large;
	color: navy;
}

.question  {font-weight : bold}

.boldgreen {
	font-weight: bold;
	color: green
}

.italic { font-style: italic}

.italicred { font-style: italic; color: Red}

.redbold { font-weight: bold; color: Red;}

.redboldlarge { font-weight: bold; color: Red; font-size: large}

.italiclarge {font-style: italic; font-size: larger}

.justlarge {font-size: larger}

.welcome2{ font-size: medium; font-weight: bold
}

.justplainred{ color: Red;}

.justbold  {font-weight : bold}

.justplain{ font-size: medium; }

.smalltext{	font-size: xx-small; }
