body {
background-color: black;
font-size: 12pt;
font-family: helvetica, sans-serif;
color: white;
border: thin solid grey;
margin-right: 5%;
margin-left: 5%;
}

.startbutton{
text-align: center;
font-size: 25pt;
color: yellow;
}
.startbutton a{
color: yellow;
}
.startbutton a:visited{
color: yellow;
}
.startbutton a:hover{
color: red;
}


.pc{
	font-size:12pt;
	color: cyan;
	margin-top: 30px;
	margin-right: 10%;
	margin-left: 10%;
}

.row{
text-align: center;
}
.entry{
text-align: center;
margins: 5 px;
}

h3 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 12pt
font-family: helvetica, sans-serif;
color: white;
text-align: right;
position: relative;
right: 25%;
}

.pagebanner { text-align: center; }
.greetingpicture { text-align: center; }
.caption {text-align: center; font-size: smaller; font-family: courier; margin-left: 5%; margin-right: 5%; margin-left: 5%}
.pagelinks{ text-align: center; margin-right: 20%; margin-left: 20%}
.navbar { text-align: center;
	font-size: smaller;

}
.returnhome { text-align: center;
	font-size: smaller;
}

a.entry {
	color: black;
	border: 0px;
}
a:visited.entry{
	color: black;
	border: 0px;
}
a:hover.entry{
	border: 3px;
	color: orange;
}
a { color: yellow;
    text-decoration:none;
}
a:visited {
	color: green;
}
a:hover {

	color: orange;
	text-decoration: none;
	background-color: black;

}

.disclaimer{
	font-family: courier; font-size: small;
	text-align: center;
}
