|
<html><head>
<style type="text/css">
body{
font-family: verdana,arial,sans-serif;
font-size:12px;
}
table.gridtable {
font-family: verdana,arial,sans-serif;
font-size:10px;
color:#333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table.gridtable th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}
table.gridtable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}
a:link{text-decoration:none ; color:blue ;}
a:visited {text-decoration:none ; color:blue;}
a:hover {text-decoration:underline ; color:blue;}
a:active {text-decoration:none ; color:blue;}
</style>
</head>
<body>
|
|