﻿@import url('../css/main.css');

.maintitle
{
    font-family: 'Bookman Old Style' , 'Times New Roman';
    font-size:1.5em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-decoration:underline;
    color: #0020F0;
}

.subtitle
{
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    color: #0020F0;
}

.sectionTitle {
    font-weight:bold;
}

img {
    max-width: 100%;
    left: auto;
    right: auto;
}

table{
    background-color:black;
}