/*
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { 	margin: 0; 	padding: 0; 	border: 0; 	font-size: 100%; 	font: inherit; 	vertical-align: baseline; } 
/*
HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { 	display: block; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; } table { 	border-collapse: collapse; 	border-spacing: 0; }	 
/*
End Reset  
*/
	
/* Generated by Font Squirrel (http://www.fontsquirrel.com) */

@font-face {
    font-family: 'avenir_lt_std_55_romanbold';
    src: url('avenirltstd-heavy-webfont.eot');
    src: url('avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenirltstd-heavy-webfont.woff') format('woff'),
         url('avenirltstd-heavy-webfont.ttf') format('truetype'),
         url('avenirltstd-heavy-webfont.svg#avenir_lt_std_55_romanbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
		
		
	body {
		text-align: left;
		font-size: 16px;
		background-color: #fff;
	}
	
	
	a:link { text-decoration: underline; color: black; }
	a:visited { text-decoration: none; color: #000; }
	a:hover { text-decoration: none; color: fuchsia; }
	a:active { text-decoration: none; }
	
	
	
	p.text {
		font-family:'avenir_lt_std_55_romanbold', Arial, Helvetica, sans-serif;
		font-size: 30px;
		letter-spacing: 3px;
		text-align: left;
		line-height: 1.4em;
		color: blue;
		margin-top: 10%; 
	}
	
	.txtrnd { 
		color: fuchsia;
	}
	
	.symbrnd { 
		color: white;
		opacity: .7;
		text-shadow: 0 4px 6px fuchsia;
	}
	
	
	#wrapper {
		margin: 0 auto;
		max-width: 100%;
	}
	
	
	#container {
		margin: 0 auto;
		width: 80%;
		
	}
	
	::-moz-selection {
		background: yellow;
		color: fuchsia;
	} 

	::selection {
		background: yellow;
		color: fuchsia;
	}
	
	 :hover { -webkit-transition: color .5s linear; }