@charset "UTF-8";
/* CSS Document */

html {
	width:1100px; 
	margin-left: auto;
        margin-right: auto; 
	margin-top: 80px; 

	}

body {
	height:100%; 
	border-radius:25px;
  	
	}

a    { 
	text-decoration:none; 
	
	}

table		{
		width:100%;
		border-radius:25px;
		vertical-align: middle;
		border-spacing: 15px;
		}
		
h1		{
		font-size:18px;
		}
		
h2		{
		font-size:20px;
		}

h3		{
		font-size:22px;
		}

h4		{
		font-size:24px;
		}


span.slsdb		{ 	
		color: #e1d1ae;
		}
		
span.nsdc		{color: #a6171e; }