/* Cafe Porcupine stylesheet
    by BigglesZX
    Copyright (C) 2003 BigglesZX

- NOTE TO ALL POTENTIAL CODE THEIF LAMERS -

- Yes, that includes you, "samnco" -

My my, aren't we persistent today?

Fuck off my source code. I will say that, but since 
it's not likely to stop you, I'd like to put an idea 
to you, before you lay your sweaty little hands all 
over my work.
The amount of time lamers like you spend stealing 
other people's code is amazing. In that time, you 
could have done something useful, like actually 
LEARN A FUCKING WEB LANGUAGE FOR YOURSELF. That way 
you would actually be able to make something decent, 
rather than fuelling pathetic projects on free web 
hosts with bits of code and images nicked from other 
people.
Below are three books, which if you had money, you 
could buy from Amazon. You could of course steal 
them from a high-street shop. I didn't use any of 
these books, but if you're actually going to try and 
learn something they will be helpful.

CSS Pocket Reference:
http://www.amazon.co.uk/exec/obidos/ASIN/0596001207/
HTML 4 For Dummies:
http://www.amazon.co.uk/exec/obidos/ASIN/0764519956/
PHP and MySQL for Dummies:
http://www.amazon.co.uk/exec/obidos/ASIN/0764516507/

If you are still intent on stealing my code, you are 
a worthless lamer with no creative talent.

-BigglesZX
*/

BODY {
	BACKGROUND-COLOR: #ffffff;
	CURSOR: default;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
}
TD {
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	PADDING: 2px;
}
A:link {
	COLOR: #3ebeef;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #004b65;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #444444;
	TEXT-DECORATION: underline;
}
.Button {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	COLOR: #000000;
	BACKGROUND: #f5f5f5;
	CURSOR: hand;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}
.TextBox {
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10pt;
	BACKGROUND-COLOR: #f5f5f5;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}
.Dashed {
	border: dashed 1px #CCCCCC;
}
.NewsBody {
	border: dashed 1px #BBBBBB;
	padding: 10px;
}