body {
	background: # url(/images/background.jpg);
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	
}


h1    {
	font-size:;
	padding-bottom:;
	color:;
	font-family:;
}
    
h2    {
	font-size:;
	padding-bottom:;
	color:;
	font-family:;
}
    
h3    {
	font-size:;
	padding-bottom:;
	color:;
	font-family:;
}
    
h4    {
	font-size:20px;
	text-align:center;
	padding-bottom:15px;
	color:;
	font-family:;
}
    
h5    {
	font-size:;
	padding-bottom:;
	color:;
	font-family:;
}
    
p    {
	font-family:;
	font-size:;
	line-height:1.2;
	margin:;
	padding-bottom:20px;;
	color:#444;
}

strong {
	font-weight: bold;
}

ol {
}

ul {
}

dl {
}

table {
}

th {
}

td {
}

input, textarea, select {
}

a:link {
	text-decoration: none;
	border: none;
	outline: none;
	color:;
}

a:visited {
	text-decoration: none;
	border: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	border: none;
	outline: none;
	color:;
}

a:active {
	text-decoration: none;
	border: none;
	outline: none;
	color:;
}

