
BODY {
    background-color : #FFFFCC;
    font-family      : Verdana, Tahoma, sans-serif;
    font-size        : 80%;
    color            : #222200;
    margin-left: 12%;
    margin-right: 12%;
    line-height: 150%;
}


TD, TH 
{
    padding: 2px 3px 2px 3px;
    font-size : 80%;
}



A {
	color : Blue;
	text-decoration: none;
	background-color: transparent;
	font-size : 80%;
}

A:visited {
    color : Blue;
    background-color: transparent;
}

A:active {
    color : #969696;
    background-color: transparent;
}

A:hover {
    cursor : hand;
    color  : green;
    background-color: transparent;
}

Q {
    font-weight: bold;
    white-space : nowrap;
    quotes : none;
}

H3 {
    background: #3300CC;
    color : #FFFEE1;
    padding : 2px;
    width : 100%;
    text-align  : center;
    font-size : 120%;
}
