﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: #910000;
	background-image: url(/StarsAndStrikes/images/startbg.jpg);
	background-attachment: fixed;
	FONT-FAMILY: "Lucida Grande",Calibri,Arial,sans-serif;
	font-size: 14px;
	text-align: center;
	color: White;
}
.holder
{
	width: 800px;
	border-style: solid;
	border-width: 0px;
	border-collapse: collapse;
	border-color: White;
	margin:0 auto;
	padding-top: 100px;
}
.startlink
{
	background-image: url();
	font-size: 38px;
	font-weight: bold;
	color: White;
	text-align: left;
	padding: 5px 20px 5px 10px;
}
.startlink:hover
{
	background-image: url(/StarsAndStrikes/images/startover.png);
	cursor: pointer;
}
A:link {text-decoration: none; color: #ffffff;}
A:visited {text-decoration: none; color: #ffffff;}
A:active {text-decoration: none; color: #ffffff;}
A:hover {text-decoration: underline; color: #ffffff;}