﻿body {
}

.h1 
{
    font-family:Tahoma;
    font-size:medium;
    font-weight:bold;
    line-height:28px;
    color:Red;
    }
.text 
{
    font-family:Verdana;
    font-size:small;
    line-height:18px;
    text-align:left;
    }
    
.t1
{
    font-family:Verdana;
    font-size:medium;
    line-height:18px;
    color:Red;
    font-weight:bold;
    }
    
.t2
{
    font-family:Verdana;
    font-size:small;
    line-height:18px;
    color:blue;
    font-weight:bold;
    }

.link 
{
    font-family:Verdana;
    font-size:small;
    font-weight:bold;
    line-height:18px;
    text-align:left;
    color:Gray;
    }    

.photo
{ 
    border: solid thin maroon;
    }