/*#############################################################
Name: The Mightier Pen Style Sheet
Date: 5th April 2010
Author: Justin Arnold
URL: http://www.themightierpen.co.uk
#############################################################*/

/* HYPERLINKS */

a:link {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}
td#footer a:link {color: #666666;}
td#footer a:visited {color: #666666;}
td#footer a:hover {color: #00FF00;}
td#footer a:active {color: #00FF00;}

/* BODY */

body {
	background-color:#111111;
	padding: 0px;
	margin: 0px;
	background: url(images/greenback.png) fixed;
}

/* HEADING 1 : H1 */

h1 {
font: normal 2.4em sans-serif;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#00FF00;
margin-bottom: 0;
margin-top: 0;
background: url(images/bgh1.gif) repeat-x left bottom;
padding: 6px 0 4px;
}
h2 {
font: bold 2.4em sans-serif;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#00FF00;
margin-bottom: 0;
margin-top: 0;
background: url(images/bgh1.gif) repeat-x left bottom;
padding-bottom: 13px;
padding-top: 13px;
text-indent:50px;
}
h3 {
font: normal 2.4em sans-serif;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#BBBBBB;
margin-bottom: 0;
margin-top: 0;
background: url(images/bgh1.gif) repeat-x left bottom;
padding: 6px 0 4px;
}

/* GREY TEXT (MAIN BODY) */

.greytext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #BBBBBB;text-decoration: none;line-height: 1.2em;}
.greentext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #00FF00;text-decoration: none;line-height: 1.2em;}
.footertext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #666666;text-decoration: none;
text-indent:50px;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 6px;
padding-top: 6px;
background: url(images/bgh2.gif) repeat-x left bottom;}

#nomove { position:fixed; right:0; top:0px;}