/* General Settings */

body {
	background-color: #FFFFFF;
	color: #000000;
}

h1.center	{
	text-align: center;
}

span.small {
	font-size: 80%;
}

span.large {
	font-size: 115%;
}

span.xlarge {
	font-size: 200%;
}

span.huge {
	font-size: 265%;
}

span.underline {
	text-decoration: underline;
}

img {
	border-style: none;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

div.blockquote {
	margin-left: 40px;
	margin-right: 40px;
}


/* 25pixels */

ol.pixels {
	list-style-type: decimal;
}

td.pixels {
	width: 300px;
}


/* Tags and Trail */

body.tags {
	background-color: #FFFDEC;
}


/* Carbid */

div.carbid {
	font-size: 115%;
}

div.carbid-center {
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}


/* Footer */

div.footer {
	text-align: right;
	margin-right: 0px;
	font-size: 80%;
}

a.footer:link {							/* footer1: links blue, underlined when hover */
	color: #0000FF;
	text-decoration: none;
}

a.footer:visited {
	color: #0000FF;
	text-decoration: none;
}

a.footer:hover {
	color: #0000FF;
	text-decoration: underline;
}

a.footer2:link {						/* footer2: links black, underlined when hover */
	color: #000000;
	text-decoration: none;
}

a.footer2:visited {
	color: #000000;
	text-decoration: none;
}

a.footer2:hover {
	color: #000000;
	text-decoration: underline;
}

a.footer3:link {
	color: #800080;
	text-decoration: underline;
}

a.footer3:visited {						/* footer3: links purple, always underlined */
	color: #800080;
	text-decoration: underline;
}

a.footer3:hover {
	color: #800080;
	text-decoration: underline;
}