﻿body 
{
    height: 480px;
    width: 320px;
}

h2
{
    font-size: 14pt;
    font-weight: bold;
}

h3
{
    font-size: 11pt;
    font-weight: bold;
}

a,
a:visited
{
    color:#0f5eae;
	text-decoration:none;
}
a:hover
{
    text-decoration: underline;
}
