/* This stylesheet is ©2005 Andrew Meilstrup and the website xtalmac.com. If you wish to use it, please contact the webmaster and accredit him on your website. */

body {
	background: #336;
	color: #ddd;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

/* begin headers */
.headertitle {
	background: transparent url(logos/andrew.gif) right no-repeat;
	height: 45px;
	}

.headerhome {
	background: transparent url(logos/home.gif) left no-repeat;
	height: 53px;
	}

.headergallery {
	background: transparent url(logos/gallery.gif) left no-repeat;
	height: 32px;
	}

.headerwritings {
	background: transparent url(logos/writings.gif) left no-repeat;
	height: 57px;
	}

.headerwebmechtitle {
	background: transparent url(logos/study.gif) right no-repeat;
	height: 22px;
	}
	
.headerwebmech {
	background: transparent url(logos/webmech.gif) left no-repeat;
	height: 38px;
	}

.headerlinks {
	background: transparent url(logos/links.gif) left no-repeat;
	height: 23px;
	}

.header400 {
	background: transparent url(logos/400.gif) center no-repeat;
	height: 28px;
	}

.header401 {
	background: transparent url(logos/401.gif) center no-repeat;
	height: 35px;
	}

.header403 {
	background: transparent url(logos/403.gif) center no-repeat;
	height: 28px;
	}

.header404 {
	background: transparent url(logos/404.gif) center no-repeat;
	height: 28px;
	}

.header500 {
	background: transparent url(logos/500.gif) center no-repeat;
	height: 22px;
	}
/* end headers */

/* begin table colors */
.tableborder {
	color: #ad9;
	background: #556;
	}

.table1 {
	color: #ddd;
	background: #224;
	}

.table2 {
	color: #ddd;
	background: #0a0a3a;
	}

.table3 {
	color: #ddd;
	background: #225;
	}
/* end table colors */

a:link {
	color: #cc6;
	text-decoration: none;
	}

a:active {
	color: #acc;
	text-decoration: underline overline;
	}

a:visited {
	color: #acc;
	text-decoration: none;
	}

a:hover {
	color: #cc6;
	text-decoration: underline overline;
	}