
body {
	background-color : white; 
        font-family : Tahoma;
}

A:link {
        color : grey;
        font-family : Tahoma;
        font-size : 12px;
        font-weight : normal;
	text-decoration : none;
}

A:visited {
        color : grey;
        font-family : Tahoma;
        font-size : 12px;
        font-weight : normal;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}

.text {
	font-size: 12px;
}
