* {
margin: 0;
padding: 0;
}


body {
	font-family: trebuchet ms;
	background: gray url(bg.jpg) fixed center;
}


a:link {width:400px; height;22px; background:green; color:yellow; padding:0px 5px 0px 5px;}
a:visited {width:400px; height;22px; background:green; color:yellow;}
a:hover {width:400px; height;22px; background:blue; color:yellow;}
a:active {width:400px; height;22px; background:red; color:yellow;}


