/* Style sheet for the Virtual Office Homepage */

body {
	background-color: black;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 2%;
}

p,h1,h2,h3,li,ul {
	color: white;
}

a {
	color: #FFFF00;
}

a.visited {
	color:#FF6633;
}

a.active {
	color:#FFFF00;
}


/*
BODY {
	 background-color: #FFFACD;

	 }

a {
  	   text-decoration:none;
  	   font-weight: bold;
	   color:#778899;
}

a:visited {

}

*/
