/* Stylesheet for the snova homepage */

BODY {
 background-color:  #EEEEEE;
 color:             black;
 font-size:         13px;
 font-family:       Helvetica, Verdana, Arial, sans-serif;
 margin:            5% 10% 5% 10%;
 text-align:        left;
}

BODY.index {
 background-color:  #EEEEEE; 
 color:             black;
 font-size:         10px;
 font-family:       Helvetica, Verdana, Arial, sans-serif;
 margin:            30px 25px 30px 15px;
 text-align:        left;
}

A:link {color:      #850000}
A:visited {color:      #850000}
//A:visited {color:   #000020}


A:link {color:     #850000; text-decoration: none }
A:visited {color:  #850000; text-decoration: none}
A:hover   { color: #000020; text-decoration: none}
A:active { text-decoration: none }
 

/* The general paragraph style */
P {
  margin:        7px 10px 5px 0px;
  color:         #000000;

  text-align:    justify;
  line-height:   120%;
}

td.h2 {
  color:         #000000;
  font-weight:   bold;
}

td.title {
  color:       #aaaaaa;
}
td.bettitle { height:    6px; }


/* EOF */

