q{
font-family:Verdana;
font-size:12px;
}
menu{
font-family:Verdana;
font-size:13px;
}
a:link,a:visited 
{
		text-decoration: none;
		color: #000000;
		cursor:pointer;
		font-family:none;
}
a:hover{
		text-decoration: underline;
		color: #000000;
		cursor:pointer;
		font-family:none;
}
a.logo{
	font-family: none;
	text-decoration: none;
	color: red;
	cursor: pointer;
}
a.err:link,a.err:visited 
{
		text-decoration: none;
		color: #ff0000;
		cursor:pointer;
}
a.err:hover{
		text-decoration: underline;
		color: #0000ff;
		cursor:pointer;
}
c1{
	background-image:url('picture/1.gif');
	background-color:red;
	width:100%;
}