﻿/*
tags only
*/
.form
{
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 850px;
}

body 
{   
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #333333;
	background-image: url('../images/bg.png');
    background-repeat: repeat;
	height:100%;	
}

div.blog h3
{
    color:black;   
    background-image:none; 
}

h3
{ 
   color:#5D9A9D;
}

h4
{
    color: Black;
}

a
{
    color: #3333CC;
    text-decoration: none;
}

div#footer a
{
    color: blue;
}





