﻿body {
}

.thumb
{
    border: solid 1px green;
}

.img
{
    border: solid 1px green;
    width: 115px;
    height: 142px;
}


.txtbox
{
    border-style:groove;
    border-color:Aqua;
    border-width:2px;
    }

.h1 
{
    font-family: verdana;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    background:url(images/blue_line-horizo.gif);
    background-repeat:repeat-y;
    height:26px;
    text-indent:35px;
    }

.h2
{
    font-family: verdana;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    background-color:Green;
    height:22px;
    text-align:center;
    } 
   
.text 
{
    font-family:Verdana;
    font-size:small;
    line-height:18px;
    padding:15px 15px 15px 15px;
    }
    
.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;
    }
    
a
{
	color:green;
	}
