/* Menu Styles Definitions */

BODY      
{ background:      #FFFFFF;
  color:           #F00000;
  font-family:     Arial;
}

A:link    {color: #0000F0;}
A:visited {color: #C000F0;}
A:active  {color: #00F000;}

H1 
{ font-size:        32px;
  text-shadow:      2px 2px 3px #000000;
}

.DIV_HOME_MENU 
{ width:            800px;
  height:           min-content;
  padding:          3px;
  border-bottom:    2px solid;
  border-color:     #F00000;
}

.H3_HOME_MENU  
{ width:            100px;
  height:           30px;
  border:            2px solid #0000F0;
  padding:           3px;
  background-color: #A0C0FF;
  border-radius:    10px;
  align-content:    center;
  font-size:        14px;
  font-family:      Arial;
  line-height:      2;
}

.P_SUB_MENU  
{ width:            70px;
  height:           14px;
  border:            2px solid #0000F0;
  padding:           3px;
  background-color: #A0C0FF;
  border-radius:    10px;
  align-content:    center;
  font-size:        11.5px;
  font-family:      Arial;
}

.H3_HOME_MENU A, 
.P_SUB_MENU   A 
{ text-decoration:  none;
  color:            #0000F0;
}

.H3_HOME_MENU A:link, 
.H3_HOME_MENU A:visited, 
.H3_HOME_MENU A:focus, 
.P_SUB_MENU   A:link,
.P_SUB_MENU   A:visited,
.P_SUB_MENU   A:focus 
{ color:            #0000F0;
}

.H3_HOME_MENU A:hover, 
.P_SUB_MENU   A:hover 
{ color:            #C000F0;
}

.H3_HOME_MENU A:active, 
.P_SUB_MENU A:active 
{ color:            #00F000;
}
