﻿html 
{
    text-align: center;
    margin:0; 
    padding:0;
    margin-top: 0px;
}

body
{
    text-align: center;
    margin:0; 
    padding:0;
    margin-top: 0px;
    background-image:url('../images/bgTile.jpg');
    background-repeat:repeat-y;
    background-position:center; 
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color:#575757;}

#outer 
{
    border: 0px solid #f00; 
    width: 1000px;     
    position: absolute;
    text-align: center;
    left: 50%; 
    margin-left: -475px;
    height: 100%;
}

.blogBlurb 
{
    color: #373d55;
    font-family: Arial;
    line-height: 1.4em;

}

.blogTitle 
{
    color: #6572a3;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.blogTextStyle 
{
    width: 800px;
    vertical-align: top;
    text-align: left;
}

.statusText
{
    font-family: Arial;
    font-size: 12px;  
    color: #dd0000;
}