body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-small;
	background-color: 000000;
}

/* Normal, standard links. */
a:link, a:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #fcdfff;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #C12869;
	font-size: 20pt;
	font-family: times new roman, sans-serif; 
	background-color: transparent;
	text-decoration: none;
	

}
a.nav:hover
{
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	
	empty-cells: show;
}


/* By default (td, body..) use bookman old style in white. */
body, td, th
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}



/* Standard horizontal rule.. */
hr
{
	color: #000000;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 50px;
	border: 5;
	color: #6394bd;
	background-color: #ffffff;
	font-family: stencil, sans-serif;
	font-size: 20px;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #000000;
	border: 10px solid black ;
	margin: 10px;
	padding: 15px;
	font-size: 12pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 5px white;
	margin: 5px;
	padding: 6px;
	font-size: large;
	line-height: 5.5em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #00ff00;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: 000000;
	background-color: ffffff;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: pink;
	font-weight: bold;
	color: pink;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #F660AB;
	background-color: #ffffff;
	font-family: arial, sans-serif;
}
.windowbg2
{
	color: #ffffff;
	background-color: #FAAFBE;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #7D0552;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #F778A1;
	
	color: #7d0552;
}

/* The borders around things. */
.bordercolor
{
	background-color: #ffffff;
}
.tborder
{
	border: 2px solid #7D0552;
}

/* Default font sizes. */
.smalltext
{
	font-size: small;
}
.normaltext
{
	font-size: medium;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #000000;
	color: black ;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 10px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}