
BODY {
	background-image: url(../image/vit.jpg);
	background-color : withe;
	background : url(../image/vit.jpg);
	background-attachment : fixed;
}

FONT.R { 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #22BBFC;
	font-weight: bold;
}
FONT.F { 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #22BBFC;
	font-weight: bold;
}
FONT.N { 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	font-weight: 100;
}
FONT.B {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 80%;
	color: #666666;
	font-weight: bolder;
}



A.N:link {
color: #FFFFFF;
}

A.N:visited {color: #22BBFC}

A.N:hover {color: yellow}

