@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Courier, Courier new, monospace;
	color: #00AA00;
	font-size:small;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}

.main{
	margin-top: 2px;
	margin-bottom:2px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: 1px #AA00AA solid;
	padding: 2px;
	clear:both;
}

img {
	border:0px;
}

.shot{
	border:1px #00AA00 solid;  
}
.subtitle{
	font-size:smaller;
	font-style:italic;
}

a {
	border: 0px;
}

a:link{
	color: #00AA00;
}
a:visited{
	color: #AA00AA;
}
a:hover{
	color:#00AAAA;
}

body {
	background-color: #000000;
	
}
h1{
	font-size:medium;
}




.menu{
	border: 1px #00AAAA solid;
	width: 164px;
	padding: 4px;
}

.button{
	border: 1px #00AA00 solid;
	border-bottom:0px;
	width: 150px;
	padding: 6px;
	margin-left: auto;
	margin-right:auto;
}
.button:hover { 
	background:#00AA00;
	cursor:pointer;
} 

.bbutton{
	border: 1px #00AA00 solid;
	width: 150px;
	padding: 6px;
	margin-left: auto;
	margin-right:auto;
}
.bbutton:hover { 
	background:#00AA00;
	cursor:pointer;
} 


.content{
	border: 1px #00AAAA solid;
	width: auto;
	text-align: left;
	padding: 5px;
}


.header{ 
	border: 1px #00AA00 solid;
	padding: 2px;
	height: 117px;
	width:95%;
	margin-left: auto;
	margin-right: auto;
} 


.footer{ 
	height: 61px;
	border: 1px #00AAAA solid;
	padding:2px;
	width:95%;
	margin-left: auto;
	margin-right: auto;
} 

