
html, body { height:100%; }
body {
	background-image: url('bg1.jpg');
	background-repeat: repeat;
	font-family: Trebuchet MS, sans, mono, monospace;
}


a.link1 {
    position:relative;
	font-size: 36px;
	color: #30505a;
	text-decoration: none;
	text-shadow: 1px 2px 2px #EEE;
}

a.link1:hover {
	color: #b40535;
}

span.sep1 {
    position:relative;
    top:4px;
    margin:0 7px;
	font-family: serif;
	font-size: 48px;
	color: #d4d4d4;
	text-decoration: none;
	text-shadow: 1px 2px 2px #EEE;
}
