/*
Keep these lines inside a comment: 
these are the background-colors for the dynamic buttons

> special button1: #E7E7BF;	normal button
> special button2: #666666;		active button
> special button3: #999999;		disabled button
> special button4: #000000;		background
*/
body {
background: #000000;
font-family: arial, sans-serif;
line-height: 150%;
font-size: 100%;
color: #E7E7BF;
}

/* 
impostazioni comuni  */

a, a:hover, a:active, a:visited { color: #e4a1d0; }
img { border: none; }
a.mail { color: #e4a1d0; font-weight: bold; }
strong { font-weight: bold; }
em { font-style: italic;}

h1 { font-weight: bold; font-size: 200%; line-height: 150%; text-align: center; color: #E7E7BF;}

h2 { font-weight: bold; font-size: 110%; text-align: center; color: #e4a1d0;}

h3 { font-weight: bold; font-size: 100%; text-align: center; color: #8D6C24;}
