﻿a:link {
    text-decoration: none;
    color: #cc3333;}
a:visited {
    text-decoration: none;
    color: #cc3333;}
a:hover {
    text-decoration: underline;
    color: #cc3333;}

html {overflow-y: scroll;}

body {
    background-color: #000000;
    background-image: url(http://pyramidempire.com/images/basilicabg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    color: #000000;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
	margin: 0px;
	padding: 0px;}

table {
    font-family: Verdana, Sans-Serif;
    font-size: 11px;}

.nav {
    font-size: 12px;
    padding: 25px;}

.nav a:link {
    text-decoration: none;
    color: #000000;}
.nav a:visited {
    text-decoration: none;
    color: #000000;}
.nav a:hover {
    text-decoration: underline;
    color: #000000;}

.footer {
    color: #ffffff;
    font-size: 9px;}
.footer a:link {
    text-decoration: none;
    color: #ffffff;}
.footer a:visited {
    text-decoration: none;
    color: #ffffff;}
.footer a:hover {
    text-decoration: underline;
    color: #ffffff;}

.imglink {
    border: none;
    cursor: pointer;}

.textbox {
    border: solid 1px #999999;}
