/* CSS Document from Psychosis Interface */

/* Use this section to edit the background and main font colours and appearance. */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

.body {
	font-family      : Tahoma;
	font-size        : 12px;
	color			 : #FFFFFF;

}

.emphasize {
	font-family      : Tahoma;
	font-size        : 18px;
	color			 : #FFFFFF;
	font-weight: bold;
}

.emphasizeblack {
	font-family      : Tahoma;
	font-size        : 16px;
	color			 : #000000;
	font-weight: bold;
}

.black{
	font-family      : Tahoma;
	font-size        : 12px;
	color			 : #000000;
}

/* Use this section to edit the link colours and appearance. */

a:link {
	font-family      : Tahoma;
	font-size        : 12px;
	color			 : #a90061;
} 

a:visited {
	font-family      : Tahoma;
	font-size        : 12px;
	color			 : #FFFFFF;
}

a:hover {
	font-family      : Tahoma;
	font-size        : 12px;
	color			 : #FFFFFF;
}
