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

*{margin:0; border:0;}

body{ color:#FFFFFF; background-color:#000033;}
#container img{border:0; padding:10px;}
a:hover img {filter:alpha(opacity=60);-moz-opacity: 0.6; opacity:.60;}
p{text-indent:20px; margin-bottom:3px;}
h3{text-align:center;}
a:link { color: #FFFFFF; text-decoration: none; }
a:visited { text-decoration: none; color: #FFFFFF; }
a:hover { text-decoration: none; color: #00FF00; }
a:active { text-decoration: none; color: #00FF00; }
#container{ width:90%; margin:auto; padding:0 10px; background-color:#000000; border-bottom:#999999 3px ridge; border-top:#999999 3px ridge;}

.col{width:30%; float:left; text-align:center;}
.col_centre{width:40%; float:left;}
.clear{clear:both;}
.button{padding:0 10px; background-color:#333333; border:#666666 outset 3px;}