BODY {
	background-color: #000000
    background : ButtonFace;
	font-family : Tahoma;
	font-size : 18px;
	text-align:center;
}

H1 {
	color:#6633CC;
    font-family:Tahoma;
	font-size : 12px;
}

A {
	color : black;
        background : transparent;
	font-weight : bold;
}

A:HOVER {
	color : red;
	background : #DCEAFA;
	font-weight : bold;
}

TABLE {
	background : transparent;
}

TD {
	font-family : Tahoma;
	font-size : 12px;
	border-width: 1.5;
    
    padding: 1;
}

b {
	color:#000000;
	font-family : Tahoma;
}

.leftalign {
    text-align : left;
}

.rightalign {
    text-align : right;
}

.centeralign {
    text-align : center;
}