@charset "utf-8";
/*Reset*/
html, body, wrapper, img, h1, h2, h3, h4, h5, h6, p, ol, ul, li, tr, td, table, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight:normal;
}
img {border: 0;
max-width: 100%;
height: auto;
}
table {
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}
ol, ul {list-style: none}

h6 {font-size: .5em}

/*image outline Fix for Firefox*/
a {
    outline:0px;
}
a img {
    border: none;
}
/*End Reset - start styling*/

body {
	font-family: Arial, sans-serif;
	color: #252525;
	text-align: center;
}


/*span classes:*/
.pink {color:#F0F}
.pur {color:#702b90}
.tur {color:#259899}


#nav {
	width: 100%;
	background-color:#00beb9;
	color: #fafafa;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#nav table {
	text-align: center;
	color: #fafafa;
	max-width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}
#header table {
	text-align:center;
	max-width:900px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	position:  relative;
}
#header img {
	max-width:100%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

#white {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}
#white table {
	text-align: center;
	max-width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#white img {
	max-width:100%;
	height:auto;
}

#lite {
	width: 100%;
	color: #252525;
	background-color:#ebe9f3;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}
#lite table {
	text-align: center;
	max-width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer {
	width: 100%;
	background-color: #259899;
	color:#FFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer p {
	/*font-size: 90%;*/
	text-align: center;
}

<!--LINKS-->
#body a:link {
	color: #702b90;
}
#body a:visited {
	color: #702b90; 
}
#body a:hover {
	color: #F0F;
}
#body a:active {
	color: #F0F;
}

#white a:link {
	color: #702b90;
}
#white a:visited {
	color: #702b90; 
}
#white a:hover {
	color: #F0F;
}
#white a:active {
	color: #F0F;
}

#lite a:link {
	color: #702b90;
}
#lite a:visited {
	color: #702b90; 
}
#lite a:hover {
	color: #F0F;
}
#lite a:active {
	color: #F0F;
}

#nav a:link {
	color:#fafafa;
	/*color:#FFF !important;*/
}
#nav a:visited {
	color: #fafafa;
	/*color:#FFF !important;*/
}
#nav a:hover {
	color: #ff00ff;
}
#nav a:active {
	color: #ff00ff;
}
