﻿/* BODY */

/*
body p {
font-style: normal;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: black;
margin-left: 5px;
margin-right: 5px;
text-align:left
}
*/

body p {
	margin-left: 5px;
	margin-right: 5px;
	margin: 0 5px 0 0;
	font-style: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}


.text {
font: normal 10px Arial, sans-serif;
color: black;
}
 

h1 { font: bold large Tahoma; color: navy; text-align:center;}

h2 { font: bold medium Tahoma; color: navy; }

h3 { font: bold 12px Tahoma; color: navy; text-align:left;}
h4 { font: bold 11px Tahoma; color: navy; text-align:left;}
h5 { font: bold 10px Tahoma; color: navy; text-align:left;}
h6 { font: bold 10px Tahoma; color: navy; text-align:left;}

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: 0px; border: 1px solid #e2e2e2; }
.menu a:link    { color: navy; text-decoration: none; padding: 0px; border: 1px solid #e2e2e2; }
.menu a:visited { color: navy; text-decoration: none; padding: 0px; border: 1px solid #e2e2e2; }
.menu a:hover   { color: maroon; text-decoration: none; padding: 0px; background:white; border: 1px 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; };
	background: #F2F2F2;
  

/*
.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; };
	padding: 5px 10px;
	background: #5b82e6;;  
*/
