﻿/*
   Project:    The Web Realm
   Copyright:  2004-2006 Heli Kankainen, All rights reserved.
   Author:     Marshall A. Greenblatt
   Created:    8/31/2006
   Filename:   style.css
*/

body {
   font-family: Verdana, Arial;
   font-weight: normal;
   background: black;
}

A {
   text-decoration: none;
   color: #ADADAD;
}

.link {
   color: #ADADAD;
}

A:hover {
   text-decoration: underline;
}

td {
   font-size: 10pt;
   font-weight: bold;
}

.content {
   font-size: 10pt;
	padding: 37px;
   color: #ADADAD;
}

.content td {
   font-size: 10pt;
   color: #ADADAD;
}

.bottom {
   padding-bottom: 2px;
   padding-left: 1px;
   padding-right: 1px;
   color: gray;
}

.top {
   color: gray;
}

.slidelink a {
	font-size: 10pt;
}

.slidelink {
	font-size: 10pt;
}

.quote {
   font-size: 8pt;
   color: gray;
   font-style: italic;
}

.email {
	font-size: 8pt;
	color: #404040;
}