﻿/* CSS Document */

/* ta design 2006 */

@import url(http://fonts.googleapis.com/css?family=Roboto:300,700);

img { width: 100%; height: auto; }

/* layout */

body		
		{		
			margin-left: 0px;		
			margin-top: 0px;		
			margin-right: 0px;		
			margin-bottom: 0px;	

			background-color: #000;		
		}


/* typography */

/* body fonts */

* {
	margin: 0;
	padding: 0;
}

body {
	margin:10px;
	padding: 0;

	font-family: 'Roboto', sans-serif;
}

.contact { margin-top: 2em; padding-top: 2em; border-top: 4px solid #FCC412; margin-bottom: 2em; }

.sidebar { width: 100%; float: left; text-align: center; }	

.fingerprint img { width: 80%; height: auto; }

p { color: #FFF; font-weight: 300; }	

			
/* links */

a 		{							
		color: #FCC412;		
		text-decoration:none;
		font-weight: 700;		
		}

a:visited 		
		{							
		color: #FCC412;		
		text-decoration:none;		
		}
		
a:hover 		
		{						
		color: #FFF;			
	
		}

