html {
	background-attachment: fixed;
	background-image: url(skill-shots-back.jpg);
	background-repeat: repeat-y;
	
	background-position:  top;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
}

a:link {
	color: #C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
}
a:visited {
	color: #C30;
}
a:active {
	color: #C00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}
a:hover {
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
}
