


H1 {
	background-color : #d5c9bb;
	border : 1px solid Black;
	color : Black;
	text-align : center;
	text-transform : capitalize;
}

/* new stuff */

BODY {
	background-color: #d5c9bb;
	color : Black;
	font-family : Arial, Helvetica, sans-serif; 
	margin-top: 0px; margin-bottom: 0px; margin-right: 0px; }

/* primary anchor controls */
A {
	background-color : transparent;
	color : Blue;
	text-decoration : none; }

A:VISITED {
	background-color : transparent;
	color : #4B0082; }

A:HOVER {
	background-color : #FFDEAD;
	color : Blue;
	border-top : 1px solid Black;
	border-bottom : 1px solid Black; }

A:VISITED.HOVER {
	background-color : #FFDEAD;
	color : Blue;
	border-top : 1px solid Black;
	border-bottom : 1px solid Black; }


/* anchor control for buttons */

A.button:HOVER {
	background-color :transparent;
	border-top : 0px solid Black;
	border-bottom : 0px solid Black; }



/* used for h2 titles on individual pages doesnt seem to work*/
A.titlehome {
	background-color : transparent;
	color : Black;
	text-decoration : none; }

A.titlehome:HOVER {
	background-color : transparent;
	color : Blue; }
	
A.titlehome:VISITED {
	background-color : transparent;
	color : Black; }

A:titlehome:VISITED.HOVER {
	background-color : gray;
	color : Black; }

	
	
	
div.header {
	position: Absolute;
	left: 10px;
	top: 10px;
	width: 400px;
	background-color: #d5c9bb;
	text-align: center;
	border: 1px solid black;
	padding-bottom: 10px; }
	
img.headerimage {
	border: 1px solid black; 
	margin-top: 10px; }
	
div.headerimage {
	text-align: center;
	margin-top: 0px; }
	
span.title {
	font-size: medium; }
	
div.updated {
	font-size: xx-small;
	text-align: right;
	position: right;
	margin-right: 10px;
	background-color: #d5c9bb;
	padding-left: 3px; }
	
h1.header {
	font-size: x-large;
	font-weight: bold;
	width: 400px;
	position: Absolute;
	left: 10px;
	top: 20px;
	width: 400px;
	background-color: #d5c9bb;
	text-align: center;
	border: 1px solid black; }
	
h2.title {
	font-size: large;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-top: 20px; }
	
td.updated {
	font-size: xx-small;
	text-align: right;
	padding-right: 5px; }
	
table.bottombox {
	margin-bottom: 30px; }
	
/* end of new stuff */
	
	
	

HR {
	background-color : transparent;
	color : Black;
}

TD.bags {
	text-align : center;
	font-size : x-small;
}
.millborder {
	color : Teal;
	font-weight : bold;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-top : 5px;
	padding-right : 5px;

}
TD.millborder {
	color : Teal;
	font-weight : bold;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-top : 5px;
	padding-right : 5px;
}
TD.update {
	font-size : xx-small;
	padding-right : 5px;
	padding-left: 5px;
	text-align: right;
}
SPAN.commenti {
	font-size : x-small;
}
TD.link {
	border-left : 1px solid Black;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 5px;
	}
TD.cowboylink {
	font-size : xx-small;
}
TD.navbar {
	font-size : x-small;
	text-align : right;
}