BODY {
	background-color: rgb(210,210,210); 
	#background-image: url('bg.jpg');
	background-repeat: repeat-xy;
}

H1 {
	font-family: monospace;
	color: rgb(255,100,0);
	font-size: x-large; 
}

H2 { font-size: large; color: blue }

p { font: 12pt/14pt Times, serif; color: rgb(0,0,0); }

#footer {
	text-align: center;
	float: center;
	color: #000000;
        font-family: Tahoma, Verdana, arial, sans-serif;
        font-size: 13px;
	width: 500px;
        margin: 10px; 
        padding: 2px;
}

#hiddan {
        filter: alpha(opacity=10);
	opacity: 0.1;
}

.tt { font-family: courier; font-size: 11pt; color: rgb(0,0,0); }
