/*This is the core style sheet of the SVM Group site, 2009.*/




body {

background-color: #FFFFFF;

background-image: url("");

background-repeat: no-repeat;

background-position: top center;

font-family: Arial, sans-seriff;

font-size: 14px;

color:  #000000;

height:  100%;

margin-top: 0px;

margin-bottom: 10%;

padding:0px;

}


.largecolumn {

padding:  7px;

width:  580px;

top:  232px;

background:  #FFFFFF;

border:  3px solid;

border-color:  #00FF00;

text-align:  justify;

position: center;

}


h1 {

font-size: 30px;

font-weight: bold;

color: #000000;

text-align: center; 

font-family: Arial, sans-seriff;

text-decoration: none;

}

h2 {

font-size: 10px;

font-weight: bold;

color: #00ff00;

text-align: inherit; 

font-family: Arial, sans-seriff;

text-decoration: none;

}

h3 {

font-size: 18px;

font-weight: bold;

color: #0000ff;

text-align: center; 

font-family: Arial, sans-seriff;

text-decoration: none;

}

h4 {

font-size: 18px;

font-weight: bold;

color: #cc0000;

text-align: center; 

font-family: Arial, sans-seriff;

text-decoration: none;

}

a:link {

font-weight: bold;

color:  #0000ff;

background-color:  none;

text-decoration: none;

}

a:visited {

font-weight: bold;

color:  #00ff00;

background-color:  none;

text-decoration: none;

}

a:hover {

font-weight: bold;

color:  #cc0000;

background-color:  none;

text-decoration: underline;

}

a:active {

font-weight: bold;

color:  #666666;

background-color:  none;

text-decoration: none;

}