/**
 * basic element styles
 */
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family:  Arial, Helvetica, Verdana, Sans-serif;
	/*font-size: 1em;*/
	font-size: 16px;
	/*font-size:12pt;*/
	color:#FFFFFF;
        /*background-color: #000000;*/
	/*background: transparent url(http://static4.grsites.com/archive/textures/orang/orang125.gif) repeat scroll left top;*/
	background: transparent url(/images/grey_back.jpg) repeat scroll left top;
	}

H1	{
	font-size: 16px;
	}
a:link { color: #E08000; text-decoration: underline; }

a:visited { color: #902000; text-decoration: underline; }

a:hover { color: #E08000; text-decoration: none; }

a.alice:link {color: #000000; text-decoration: underline; }

a.alice:visited {color: #000000; text-decoration: underline; }

a.alice:hover {color: #000000; text-decoration: none; }
