﻿body
{
    background:#FFFFFF; /*I put this here, so you can make other, webpage-wide changes easily */
}

h1
{
    font-size:150%; /* This was the old size for h2 */
}

h2
{
    font-size: 100%; /* Old h3 */
    margin: 0px;
}

li 
{
    margin:10px 0 5px 0; /* Margins = outside area. Read: Top Right Bottom Left */
}

a
{
    color: rgb(176,0,0); /* Generic link color. */
    text-decoration: none;
} 

a:hover 
{
    text-decoration: underline;
}

a.title /*Makes a special class for the titles*/
{
    font-weight:bold;
    color:#000000;
}


a img
{
    border:none;
    margin-top:0px;
}

li p
{
    margin:0px;
}

.viewhide
{
    margin-bottom:0px;
    margin-top:0px;
}

.viewhide a
{
    font-size:x-small;
}

.frame
{
    font-size:80%;
    color:Red;
}
