body { }

/* LINKS */

a:link 		{ text-decoration: none; color: #1975AF; }
a:visited 	{ text-decoration: none; }
a:active 	{ text-decoration: none; color: #3488BE; }
a:hover 	{ text-decoration: none; color: #1184cd; }

.dms_miniNav a:link,
.dms_miniNav a:visited,
.dms_miniNav a:active,
.dms_miniNav a:hover { color: white !important; font-size: 1.1em; }


/* HEADERS */

h1 { color: #1975AF; font-size: 1.8em; }

h2 { color: #1975AF; font-size: 1.5em; }

h3 { color: #1975AF; font-size: 1.3em; }

h4 { color: #1975AF; font-size: 1.1em; }

.nomargin {	margin: 0px !important; }
.margin-10 { margin: 10px;}

/* PARAGRAPHS */

p { }

/* LIST ITEMS */
ul { }
li { }

/* EMAIL SPAM PROTECTION :
 * Example : getcreative<span class="emprotect">REMOVETHIS</span>@<span class="emprotect">REMOVETHIS</span>designthemagic.com
 */

span.emprotect {

	display: none;

	visibility: hidden;

}