﻿/* PAGE */
body {
    margin: 0;
    padding: 0 0 20px 0;
	font: 84%/1.4 arial, helvetica, sans-serif;
	background: #E5E5E5;
	color: #000000;
}

a:link, a:active, a:visited {
    color: #0000FF; 
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
}

.homecelltitle {
	font-size: 20px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #993399;
}

img {
    border: none;
}

.homesidebar {
	width: 200px;
	height: 190px;
	background-image: url(http://www.wallpaperstalk.com/images/home-cell.gif);
}

.homesidebarin {
	width: 190px;
}

/* FOOTER */

.footer {
	font: 10px arial, helvetica, sans-serif;
	text-align: center;
}