/*
May 08 - Purple 520 - #7C2B83
*/

body
	{
	font-family: Tahoma,Arial,helvetica,sans-serif;
	background-color: #7C2B83;
	color:		#FFFFFF;
	}

.name
	{
	/*color:		#D6AB12;*/
	text-align:left;
	font-size:	11px;
  	font-weight:	bold;
	padding-bottom: 15px;
	}

.bg	{
	background-color: #7C2B83;
	}


/* corresponding "dark" material */
.nv	{
	color:			#7C2B83;
	}

#logo	{
	position: absolute;
	left: 1px;
	bottom: 5px;
	}

a	
	{
	font-size:	13px;
	color:		#FFFFFF;
	}

a:link	{
  	text-decoration: none;
  	font-weight: bold;
	}
	
a:visited {
  	text-decoration: none;
  	font-weight: bold;
	}	

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

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