body
	{
	background-color: #AA00AA;
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
	
table
	{
	border: none;
	}
	
td 
	{
	background-color: #00AAAA;
	}	
	
ul 	
	{
	list-style-type: disc;
	}

ol 
	{
	list-style-type: decimal;
	}

.text2
	{
	color: #000000;
	font-size: x-small;
	font-family: Fixedsys, monospace;
	background-color: #AAAAAA;
	}

.text
	{
	color: #000000;
	font-size: x-small;
	font-family: Fixedsys, monospace;
	}

.big
	{
	color: #000000;
	font-family: Fixedsys, monospace;
	font-weight: bold;
	font-size:small;
	}

.vbig
	{
	color: #000000;
	font-family: Fixedsys, monospace;
	font-size: xx-large;
	}
	
.lit
	{
	font-family: Fixedsys, monospace;
	font-size: x-small;
	color: #AAAAAA;
	}




a:link
	{
	font-family: Fixedsys, monospace;
	font-size: x-small;
	color: #AAAAAA;
	text-decoration: none;
	}

a:visited
	{
	font-family: Fixedsys, monospace;
	font-size: x-small;
	color: #AA00AA;
	text-decoration: none;
	}

a:active
	{
	font-family: Fixedsys, monospace;
	font-size: x-small;
	color: #AA00AA;
	text-decoration: none;
	}

a:hover
	{
	font-family: Fixedsys, monospace;
	font-size: x-small;
	color: #00AAAA;
	text-decoration: none;
	}
	
	
	
a.b:link
	{
	font-family: Fixedsys, monospace;
	font-size: x-small;
	color: #AA00AA;
	text-decoration: none;
	}

a.b:visited
	{
	font-family: Fixedsys, monospace;
	font-size: x-small;
	color: #AA00AA;
	text-decoration: none;
	}

a.b:active
	{
	font-family: Fixedsys, monospace;
	font-size: x-small;
	color: #AA00AA;
	text-decoration: none;
	}

a.b:hover
	{
	font-family: Fixedsys, monospace;
	font-size: x-small;
	color: #AAAAAA;
	text-decoration: none;
	}
