/* CSS Document */

html { 
  background: url("Old GLory.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color:#000; 
	background-image: url("Old GLory.jpg");
	background-repeat:no-repeat;
	background-position:0px 0px; 
}*/

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight: normal;


}

.container {
	width: 90%;
	margin-top: 15px;
	margin-left: auto;
    margin-right: auto;
	background-color: #323232
}

.titles {
	color: #999;
	font-size: 110%;
}
.subtitles {
	color: #999;
	font-size: 100%;
}


.newlinkblock {
width:450px;
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:15px;
padding:10px;
border:#990000;
border-style:solid;
border-width:1px;
border-radius:20px;
background-color: #FC9;
font-family: Arial, Helvetica, sans-serif;

-moz-box-shadow: 0px 0px 15px #fff;
-webkit-box-shadow: 0px 0px 15px #fff;
box-shadow: 0px 0px 15px #fff;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Color='#ffffff')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Color='#ffffff');

}

.linkblock {
width:450px;
margin-left:auto;
margin-right:auto;
margin-top:15px;
margin-bottom:15px;
padding:10px;
border:#990000;
border-style:solid;
border-width:1px;
border-radius:20px;
background-color:#FF6;
font-family: Arial, Helvetica, sans-serif;

-moz-box-shadow: 0px 0px 15px #fff;
-webkit-box-shadow: 0px 0px 15px #fff;
box-shadow: 0px 0px 15px #fff;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Color='#ffffff')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Color='#ffffff');

}
.backblock {
width:100px;
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom:5px;
padding:2px;
border:#990000;
border-style:solid;
border-width:1px;
border-radius:10px;
background-color:#FF6;
font-family: Arial, Helvetica, sans-serif;
}

.window {

	width: 610px;
	margin-left:auto;
	margin-right:auto;
}


.redbold {
	color: #F00;
 	font-weight: bold;
}

a:link {  
font-weight: bold; 
color: #666666; 
text-decoration: underline;
}
a:visited {  
font-weight: bold; 
color:#666;
text-decoration: underline;
}
a:hover {  
font-weight: bold; 
color: #0033CC; 
text-decoration: underline;
}

div.container {
	margin-left:auto;
	margin-right:auto;
	width:60%; 
}
	
	
	