/* BODY */

body p {
font: normal 10px Arial, sans-serif;
color: black;
}

.text {
font: normal 10px Arial, sans-serif;
color: black;
}
 

h1 { font: bold 18px Tahoma; color: navy; }

h2 { font: bold 14px Tahoma; color: #993333; }

h3 { font: bold 12px Tahoma; color: #993333; }
h4 { font: bold 10px Tahoma; color: #993333; }
h5 { font: bold 10px Tahoma; color: #993333; }
h6 { font: bold 10px Tahoma; color: #993333; }

a:active  { color: navy;   text-decoration: underline; }
a:link    { color: navy;   text-decoration: underline; }
a:visited { color: purple; text-decoration: underline; }
a:hover   { color: white;  text-decoration: underline; background:navy;}

/* MENU */

.menu { 
font: bold 11px Arial, Tahoma, sans-serif; 
color: navy; 
background: #e2e2e2; 
text-align: center; 
vertical-align: middle
}

.menu a:active  { color: navy; text-decoration: none; padding: 2px; border: 2px solid #e2e2e2; }
.menu a:link    { color: navy; text-decoration: none; padding: 2px; border: 2px solid #e2e2e2; }
.menu a:visited { color: navy; text-decoration: none; padding: 2px; border: 2px solid #e2e2e2; }
.menu a:hover   { color: maroon; text-decoration: none; padding: 2px; background:white; border: 2px solid #e2e2e2;
}


/* TITLE */

/*
.title { font: bold 14px Arial, sans-serif; 
color: black;
text-align: left;
vertical-align: middle;
padding-left: 5px;
background: #c5c5c5;}

.subtitle { font: bold 12px Arial, sans-serif; 
text-align: left;
vertical-align: middle;
padding-left: 2px;
background: #c5c5c5;
color: black;}

*/


/* HOME PAGE */

.homepage {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: 500;
color: black;
background: #5b82e6;
padding: 5px 10px 5px 10px;
}

.homepage a:active  { color: white;  text-decoration: underline; }
.homepage a:link    { color: white;  text-decoration: underline; }
.homepage a:visited { color: white;  text-decoration: underline;  }
.homepage a:hover   { color: #22569e; background: white; text-decoration: underline; }

.homepage h3 { font: bold 17 px Tahoma; padding 2px ; }


/* TRAILER */

.trailer { 
font: bold 12px Arial; 
color: black; 
text-align: center; 
vertical-align: middle

.trailer a:active  { color: #black;  text-decoration: underline; }
.trailer a:link    { color: #black;  text-decoration: underline; }
.trailer a:visited { color: #black;  text-decoration: underline; }
.trailere a:hover  { color: #black;  text-decoration: underline; }