﻿body{
    font-family: Calibri;
}
b{
    font-weight: bold;
}
table{
    height: 50%;
    border: 1px solid gray;
}
td{
    text-align: center;
    padding: 25px;
}
a:link{
    color: blue;
    text-decoration: underline;
    font-size:12pt;
}
a:visited {
    color:blue ;
    font-size:12pt;
}  /* visited link */
a:hover {
    color:Purple;
    font-size:12pt;
}  /* mouse over link */
a:active {
    color:blue;
    font-size:12pt;
}  /* selected link */
    
span.pp{
    font-size:12pt;
}
        
p.underConstruction
{
    color:Red;
    font-size:x-large;
    font-family: "Comic Sans MS";
    font-weight:700;
}
 
div.comingSoon{
    color: #000000;
    font-size:16pt; 
    font-family: Calibri;
    font-weight:700;
}
span.smile{
    font-family: Wingdings;
    font-size:14pt;
    color: #000000;
    font-weight:700;
}
span.contact{
    font-family:Calibri; 
    font-size:11pt;
}
span.enterprise{
    font-size:14pt;
}
span.smart{
    font-family:"Comic Sans MS";
    font-weight:600;
    color:#000066;
    font-size:14pt;
}