﻿body { 
    width: 800px; 
    left: 0px; 
    font-family: Verdana; 
    color: crimson; 
    background-color: snow; 
} 
a { 
    text-decoration: none; 
} 
a:hover { 
    text-decoration: underline; 
}
header { 
    width: 800px; 
    left: 0px; 
    background-color: crimson; 
    color: gold; 
    font-size: 36px; 
    font-weight: bolder; 
    text-align: center; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    vertical-align: middle; 
} 
#TopNavBar { 
    width: 800px; 
    left: 0px; 
    top: 47px; 
    background-color: gold; 
    color: crimson; 
    font-size: 12px; 
    font-weight: bold; 
    padding-top: 5px; 
    padding-bottom: 5px;
} 
#TopNavBar a:link{ 
    color: crimson; 
} 
#TopNavBar a:hover{ 
    text-decoration: underline;
} 
#TopNavBar a:visited { 
    color: black;
}
#SideBar { 
    background-color: crimson; 
    color: gold; 
    vertical-align: top; 
    padding-left: 5px; 
    padding-right: 5px; 
    font-size: 12px;
} 
#SideBar a:link {
    color: gold;
}
#MainBody { 
    padding-left: 5px; 
    padding-right: 5px; 
} 
.ArticleTitle { 
    font-size: 18px; 
    text-align: left; 
} 
.ArticleBody { 
    text-align: left; 
    padding-left: 20px; 
    padding-right: 20px; 
}
article { 
    font-size: 12px 
} 
footer { 
    font-size: 10px; 
    text-align: center; 
    background-color: gold; 
    color: crimson; 
}