﻿/* 
	c Copyright 2010 E PHOTOGRAPHY. All Rights Reserved.
	The contents cannot be altered or used in any form without the explicit permissions of the owner.
*/

body {
	background-color: black;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: white;
}

a:hover {
	font-weight: bold;
}

.logo {
	border: ridge grey 2px;
	padding: 2px;
	margin: 0.5em;
}

p.text, p.text_tm, p.text_about, .text_footer {
	font-size: 12px;
	margin: 2em;
	color: white;
}

p.text_tm {
	font-style: italic;
	width: 600px;
}

p.text_about {
	font-size: 12px;
	text-align:center;
	font-style: italic;
	line-height: 16px;
	width: 400px;
}

.text_footer {
	margin: 0.5em;
	padding: 0.5em;
}

.sitelink {
	color: white;
	font-size: 11px;
	text-decoration: none;
}

.button {
	color: white;
	text-align: center;
	border: medium groove #CCCCCC;
	margin: 2px;
	padding: 5px;
	height: 16px;
	width: 100px;
	cursor: pointer;
} 

.footnote {
	color: white;
	font-size: 9px;
}


