
.view_link {
        font-family: "trebuchet ms", verdana, helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
	}
        
    a.view_link:link {
       color:#666;
        text-decoration:none;
    }
    a.view_link:visited { 
   		color:#363636;
		text-decoration:none;
	}
    a.view_link:hover {
        color:#363636;
        text-decoration:underline;
    }
    a.view_link:active {
    		color:#666;
    		text-decoration:underline;
	}

.head {
        font-family: "trebuchet ms", verdana, helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.25em;
        color: #666;
        text-align: center;
        margin: 0;
        Padding-top: 20px;
        }
        
