/* CSS Document */

<style type="text/css">


a:link {
color: #0000FF; 
} 

a {
text-decoration:none;
} 

a:visited {
color: #0000FF;
} 

a:hover {
color:#FF0000;
} 

a:active {
color: #FF0000;
}

a:hover {
color:#FF0000;
} 



.title{ 
font-size:18px; 
text-decoration:none; 
color:blue
}

.details {
text-decoration: none;
color:#0000FF; 
font-family:"Times New Roman", Times, serif;  
font-size: 12pt;
}

.price {
font-size: 16px; color:red;
}

.footer {
text-decoration:none; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
}

</style>