/* Example style sheet file (note how this comment was created)*/
BODY  {
	background : #E4FCFF;
}

/* H1	{font-weight: bold;
	 text-align: center;
	 color: #006000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', Arial, sans-serif}*/
.text  {
	font-size : small;
	font-family : tahoma,Verdana;
	font-weight : normal;
	font-style : normal;
	color : #000033;
}

.text2  {
	font-size : 12px;
	font-family : tahoma,Verdana;
	font-weight : normal;
	font-style : normal;
	color : #000033;
}

.text3  {
	font-size : 14px;
	font-family : tahoma,Verdana;
	font-weight : normal;
	font-style : normal;
	background-color : #ffffcc;
}

.emph1  {
	color : #996600;
	font-weight : bold;
	font-style : normal;
}

.taken  {
	font-size : 12px;
	font-family : arial,tahoma,Verdana;
	font-weight : normal;
	font-style : normal;
	color : #000033;
}

.title  {
	font-size : 18px;
	font-family : tahoma,Verdana;
	font-weight : normal;
	font-style : normal;
	color : #000033;
}

.vidmod  {
	font-weight : bold;
	font-family : 'Gill Sans', Arial, sans-serif;
	color : #F2F5D0;
	font-style : italic;
}

.vidmod2  {
	font-size : 12px;
	font-family : 'Gill Sans', Arial, sans-serif;
	color : #F5F8CE;
	font-style : normal;
}

.vidmod3  {
	font-size : 14px;
	font-family : 'Gill Sans', Arial, sans-serif;
	color : #ffffcc;
	font-style : normal;
}

.topbar  {
	font-size : 9px;
	font-family : 'Arial';
	color : Blue;
	font-style : normal;
	text-decoration : none;
}

.homelink  {
	font-size : 12px;
	font-weight : bold;
	font-family : tahoma, sans-serif;
	color : #004891;
	font-style : normal;
}

.link2  {
	font-size : 13px;
	font-weight : bold;
	font-family : tahoma, verdana, sans-serif;
	font-style : bold;
}

.footer  {
	font-size : 12px;
	font-weight : bold;
	font-family : tahoma, verdana, sans-serif;
	font-style : normal;
}

.end  {
	font-family : Verdana;
	font-size : 12px;
	text-decoration : none;
	color : #8B4513;
}

.quote  {
	font-family : Courier;
	font-size : 16px;
	text-decoration : none;
	background : #B8DCFF;
}

