/* CSS Document */

iframe { 
width: 220px; 
height: 300px; 
} 

p { 
font-size: 80%;
color: #333333; 
line-height: 1.5em;
} 

a:link { color: #103366;} 
a:visited { color: #103366; } 
a:hover { 
text-decoration: none; 
color: red;
} 

#img { width: 100%; } 
#img1 { float: left;margin: 10px; } 
