/* Set Default values ---------------------------------------------- */

body.default

	{

		background-color:#000000;
		font-family:verdana,arial;
		color:#ffffff;
		font-size:10px;

	}

a
	{
		font-size:10px;
		text-decoration:none;
		color:#ffff00;
		font-weight:600;
	}

a:hover
	{
		color:#ff0000;
	}