﻿body {
}
.Mainstyle {
    font-family: "BankGothic Md BT";
    font-size: x-large;
    color: #FF6600;
}
.Mainstyle3 {
    font-family: "BankGothic Md BT";
    font-size: xx-large;
    color: darkgoldenrod;
}
.Mainstyle2 {
    font-family: "BankGothic Md BT";
    font-size: large;
}
.GenPara {
    font-size: large;
    clip: rect(auto, auto, auto, auto);
    margin-left: 40px;
    color: #FFFFFF;
}
.list1 {
    font-size: large;
    list-style-type: square;
    margin-left: 80px;
    }
.list2 {
    font-size: large;
    list-style-type: square;
    margin-left: 120px;
}
.address {
    font-size: large;
    margin-left: 160px;
}
.goodteams {
    font-size:large;
    color: darkgoldenrod;
}
.orange {
    font-size:large;
    color:  #FF6600;
}