body {
	background-image: url('graphics/scotland_bg.jpg');
	background-color: #000000;
	color: #ffffff;
	margin: 2.5%;
	text-align: center;
}
a:link {
	background-color: transparent;
	color: #80FFFF;
}
a:visited {
	background-color: transparent;
	color: #FF8080;
}
a:active {
	background-color: transparent;
	color: #406488;
}
a:hover {
	background-color: transparent;
	color: #6F97BD;
	text-decoration: none;
}
a:link img {
	border-color: #de9c31;
	border-width: 1px;
	border-style: solid;
}
a:visited img {
	border-color: #092272;
	border-width: 1px;
	border-style: solid;
}
a:hover img { /* Image opacity when rolled over */
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity:0.5;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
}
h2 {
	font-size: 18pt;
}
/* img { border : none; } */
/* div.hr {  height: 15px;  background: #fff url(hr1.gif) no-repeat scroll center;} */
/* div.hr hr {  display: none;} */
hr {
	color: #de9c31;
	border-color: #de9c31;
	border-width: 2px;
	border-style: ridge;
}
p.size { /* 800 x 600 or 1024 x 768 */
	color: #FFFFC0;
	font-weight: bold;
}
.credits { /* author model artist source */
	color: #FFFFC0;
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
td.bgcolor { /* center cell needs color */
	background-color: #0e0050;
}
td { /* needs top aligned */
	vertical-align: top;
	text-align: center;
}
td.one { /* last cell on right cell */
	vertical-align: top;
	width: 14%;
	text-align: center;
}
.smalltext { /* Text at bottom of page */
	font-size: 10pt;
	text-align: center;
}
.border {
	margin-top-top: 3px;
}
div.container {
	background-color: #092272; 
	border-color: #de9c31;
	border-width: 2px;
	border-style: ridge;
}
