@charset "UTF-8";
/* CSS Document */


p.title
{
font-size:13px;
font-family:"Trebuchet","Trebuchet MS", sans-serif;
font-style:italic;
font-weight:bold;
color:#505050;
text-align:center; 
margin:5px 0px 2px 0px
}

p.description
{
font-size:11px;
font-family:"Trebuchet","Trebuchet MS", sans-serif;
font-style:italic;
color:#505050;
text-align:center;
margin:0
}

#imgopacity
{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
-khtml-opacity:1;
}
	
#imgopacity:hover
{
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
-khtml-opacity:0.5;
}

a 
{
outline: none;
}