/* 

Title: CSS for Sabah.Net Website
File Name : global-style.css
Date Created : 27 December 1999
Last Updated : 27 December 1999

*/


/* General Styles */
BODY, TD, DIV
{
	font-family: "Arial", "Tahoma", "MS Sans Serif", "Helvetica";
	font-size: 12px;
	color: #000000;
}

A
{
	color: #000099;
}

A:Hover
{
	text-decoration: None;
}

/* Global Header Styles */
/* This is used in P */
.date
{
	font-weight: Bold;
}

/* Main Page Content Styles */
/* This is used in A or SPAN for the announcements */
.announcehead
{
	font-size: 13px;
	font-weight: Bold;
}

/* This is used in SPAN for the announcements */
.announcedate
{
	font-size: 10px;
}

/* This is used in SPAN or TD for the randomiser */
.randomiser
{
	font-family: "MS Sans Serif", "Tahoma", "Verdana", "Arial", "Helvetica";
	font-size: 10px;
	font-weight: Bold;
	color: #000000;
}

/* Footer Styles */
/* This can be used in SPAN or TD */
.footer
{
	font-family: "Tahoma", "Verdana", "Arial", "MS Sans Serif", "Helvetica";
	font-size: 10px;
	color: #999999;
}
