/*  Awww, thanks for lookin'!  Not doin' anything crazy here.  ;)  */

body{
	background-color: #ffffff;
	background-image: url("./images/bg_grn4.png");
	background-attachment: fixed; /* To stop the 'flickering' background images can create.  =) */
}
/* Using % 'cause it's relative and lets the browser resize the text.  Not that we have much text, mostly images.  Gotta work on SEO a little more. */
td{
	font-family: courier new, verdana, sans-serif;
	font-weight: normal;
	font-size: 110%;
}
span.soon {
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
}
#LLC {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
}
#remote {
	color: #0000ff;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
}
#IP {
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 60%;
}
.RemoteLink {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.RemoteLink {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover.RemoteLink {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:red;
}
a:active.RemoteLink {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:black;
}
a:visited.RemoteLink {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:black;
}
img {
	border: 0px;
}