﻿@charset "utf-8";
body { background-color: #CCCC00; margin-top: 30pt; margin-left: 40pt; margin-right: 40pt }
a{ text-decoration: none; }
a:active { color: #ff0000; }
a:hover { color: #ff0077; }
a:focus { color: #ff00ff; }

#header{
	height:400px;
	width: 100%;
	background-color: #000000;
	background-image: url("header.jpg");
	background-repeat: no-repeat;
	background-position: right top;}

#header-text{
	position:relative;
	top: 50%;
	margin-left: 5%;
	color: #ffffff;
	font-weight: bold;
	text-shadow:
	-1px -1px #000,
	1px -1px #000,
	-1px 1px #000,
	1px 1px #000;}