html,body {
	background-image: url(/images/b.jpg);
	background-repeat: repeat-y;
	background-color:black;
	margin:0;
	padding:0;
	height:100%;
	color: grey;
font-family:Arial;
	font-size:13px;
	line-height:1.5;
	}

h1 { font-size: 18px; color:black;}

h2 { font-size: 20px;}

	
a {color: red;}
new {color: #656245;}

a:link {
	text-decoration: underline;
	
}
a:visited {
	text-decoration: underline;
	
}
a:hover {
	text-decoration: underline;
	
}
a:active {
	text-decoration: underlin;
	
}

p { font-size: 12px }
p11 { font-size: 11px }
