
/* Presentation Stylesheet */ 

a:link {  
color: blue;
text-decoration: none }

a:visited {  
color:blue;
text-decoration: none }

a:active {  
color: blue;
text-decoration: none }

a:hover { 
color: red;
text-decoration: none }

p {
font-size: 15px;
font-family: arial, helvetica, geneva, sans-serif;
color: black;
margin-left: 20px;
margin-right: 20px }

li {
 list-style-type:circle;
 list-style-position: outside; 
 margin-left: -10px;
 font-family: tahoma, tahoma, arial, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 line-height: 20px;
 background:#ffffff;
 color: #333333 }
 
.friendlist {
 list-style-type:circle;
 list-style-position: outside; 
 margin: 0px 10px 0px 0px;
 padding-bottom: 10px;
 font-family: tahoma, tahoma, arial, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 background:#ffffff;
 color: #333333 }

.svs {
 position: relative;
 left: 20px;
 font-family: tahoma, arial, sans-serif;
 font-size: 10pt;
 font-weight: bold;
 line-height: 24px;
 color:#000 }

h3 {
 position: relative;
 top: 10px;
 text-align: center;
 font-family: tahoma, helvetica, geneva, sans-serif;
 color: #000 }

h4 {
text-align: left;
margin: 10px 10px 10px 20px; 
font-family: tahoma, helvetica, geneva, sans-serif;
color: #008080 }

h5 {
 position: relative;
 text-align: center;
 top: 5px }

.keywords {
 position: relative;
 margin: 20px 10px 0px 20px; 
 font-family: tahoma, helvetica, geneva, sans-serif;
 font-size: 8pt;
 color: #666;
 font-weight: normal }

.copywrite {
 text-align: center;
 font-family: tahoma, helvetica, geneva, sans-serif;
 font-size: 8pt;
 font-weight: normal;
 color: #fff; }

.showcase {
 border: 0px;
 float: left;
 height: 261px; 
 width: 350px; 
 margin: 0px 20px 20px 20px }
 
.link {
 font-size: 10pt;
 font-weight: bold; 
 font-family: tahoma, arial, helvetica, geneva, sans-serif }
 
.linkcenter {
 text-align: center;
 font-size: 10pt;
 font-weight: bold; 
 font-family: tahoma, arial, helvetica, geneva, sans-serif }

.review-title {
 text-align: left;
 font-family: tahoma, arial, sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #008080 }