
body {
   color:white;
   font-family:Tahoma MS, Geneva, sans-serif;
   background-color:#00245b;
   text-align: center;
}

p {
   text-align: center;
}

p.title {
   font-size: 250%;
   font-weight: bold;
   text-align: center;
   line-height: 10%;
}

p.subtitle {
   font-size: 140%;
   font-weight: bold;
   text-align: center;
   color: #2f94ca;
   line-height: 15%;
}

p.nav {
   font-size: 100%;
   font-weight: bold;
   text-align: center;
   line-height: 25%;
}

p.phone {
   font-size: 75%;
   text-align: center;
}

p.about {
   font-size: 75%;
   text-align: center;
   width: 50%;
}

a:link {
    text-decoration:none;
    color:white;
}

a:visited {
    text-decoration:none;
    color:white;
}

a:active {
    text-decoration:none;
    color:white;
}

a:hover {
    text-decoration:none;
    color: #2f94ca;
}

img { 
    border:none;
}

table {
   border: none;
   width: 50%;
   float: center;
   margin-left:auto;
   margin-right:auto;
}

tr {
   text-align: left;
}

td {
   text-align: left;
}

iframe {
   align: center;
}
