/* Presentation stylesheet */

a	{
 font-weight: bold;
 color: #96C6EE;
 text-decoration: underline;
}

h4	{
 margin:0; 
 padding: 5px 0;
}

p:first-letter	{
 font-size: 1.2em; 
 font-weight: bold;
 color:#C0C0C0;
 }

img	{
 border: 0px;
 margin: 5px;
 padding: 0px;
 }

#tsize img	{
 margin: 2px;
}

.scatch	{
 text-align: center;
 font-weight: bold;
 }

.scatch:first-letter {
 font-size: 1em; 
 font-weight: bold;
 color:#96C6EE;
 }

.inv	{
 display: none;
}