P.special {
color : green;
border: solid red;

}

SPAN.test {
color : green;
}

BODY.design {
	text-align: center;
}

a:link { text-decoration:none; font-weight:bold; color:grey; }
a:visited { text-decoration:none; font-weight:bold; color:white; }
a:hover { text-decoration:underline ; font-weight:bold; background-color:#0000d2; }
a:active { text-decoration:none; font-weight:bold; background-color:blue; }
a:focus { text-decoration:none; font-weight:bold; background-color:blue; }

BODY.normal {
}

TABLE.design {
	margin: auto;
	border: thick;
}
