html{
height:100%;
}
body {
background-color: #666666;
margin: 0;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
p,ul,td,th,body{
font-size: 11px;
}
a:link{
color: #30178D;
text-decoration: underline;
}
a:visited{
color: #30178D;
text-decoration: underline;
}
a:hover{
color: #30178D;
text-decoration: none;
}
.white a:link{
color:#FFFFFF;
text-decoration: none;
}
.white a:visited{
color:#FFFFFF;
text-decoration: none;
}
.white a:hover{
color:#FFFFFF;
text-decoration: underline;
}
td a.nav:link { 
text-decoration: none; 
height: 16px;
padding: 4px;
display: block; 
font-size: 12px;
background-color: #CCCCCC;
} 
td a.nav:visited { 
text-decoration: none; 
height: 16px;
padding: 4px;
display: block; 
font-size: 12px;
background-color: #CCCCCC;
} 
td a.nav:hover { 
text-decoration: none; 
height: 16px;
background-color: #999999; 
display: block;  
padding: 4px;
font-size: 12px;
} 
.newsTitle{
color: #29176B;
font-weight: bold;
}
.newsDate{
color: #999999;
}
.title{
color: #29176B;
font-weight: bold;
}
.sub{
color:#626262;
padding:3px;
line-height: 20px;
font-size: 12px;
}
.sub a:link{
color:#626262;
text-decoration: none;
}
.sub a:visited{
color:#626262;
text-decoration: none;
}
.sub a:hover{
color:#363636;
text-decoration: underline;
}
h1{
color:#FFFFFF;
margin:2px;
font-weight:bold;
font-size:14px;
}
h2{
color:#000000;
margin:2px;
font-weight:bold;
font-size:12px;
}
.price{
color:#FF0000;
font-weight:bold;
}
ul{
margin-left:5px;
}