body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	background-attach:fixed;
	background-repeat: repeat;
}
p{
	font-family: Times New Roman, Times, serif;
        font-weight: 350;
        line-height: 1.2em;
	font-size: 14px;
        color:white
}
.not{
	text-decoration:none;
}
.justify{
	text-align:justify;
	font-size:12px;
}
a{
	text-decoration:none;
        line-height: 1em;
	font-size:11px;
//	color:rgb(255,255,255);
        color:red
}
a:hover{
	font-size:12px;
	text-decoration:none;
	color:red;
}