/* Fountain of Apples phpBB MODs
CSS Stylesheet
Copyright 2006 Douglas Bell
Hosted by SourceForge.net
*/

/* Overall text settings and background for all pages */
body {
font-family: Verdana, Arial, Sans-Serif;
font-size: 12px;
background: white url("background.png");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
}

/* Bordering up! */
img {
border: 0px none;
}

/* Quick classes that can be defined for aligning text */
.left {
text-align: left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

/* All h1 and h2 headers are going to be center aligned */
h1, h2 {
text-align: center;
}

/* BOM list has its font in a larger size */
th.bomlist {
font-size: 18px;
}

td.bomlist {
font-size: 18px;
}

/* Styles for the Navigation section */
#header_links {
font-family: Arial, Verdana, Sans-Serif;
font-size: 18px;
text-align: center;
}

#header_links a {
color: #006699;
font-weight: bold;
}

#header_links a:hover {
color: #000099;
font-weight: bold;
}