﻿/*
 *		Filename:			home.css
 *		Description:		Main cascading style sheet file
 *		Date:					26.05.2010
 *		Author:				Ozgur Akbaba, DGMND
 */
 
html, body 
{
	margin:0;
	padding:0;
	background-color:#FFF;
	font-weight:normal;
	font-family:Trebuchet MS;
	font-size:10pt;
}

.footer-text
{
	font-family:Trajan Pro;
	font-size:8pt;
	color:#696969;
}

.content 
{
	padding:5px;
}
