
/******* hyperlink and anchor tag styles *******/

a:link{
	color: blue;
	text-decoration: none;
}

a:visited{
	color: black;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: none;
}

/******** Icons and Links **********/

.TopText{
	display: block;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.TopPic{
	display: block;
	width: 100px;
	height: 34px;
	background-image: url(../images/space2.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/********** Update *********/
.update{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: red;
	text-align: center;
}


/********* Marquee *********/
.mar{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: large;
	color: black;
	text-align: center;
	font-style: italic;
	font-weight: bold
}