/* CSS Document */
body {	
	font: 16px/26px 'Roboto', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #001622;
}
/*---------------------------------------------------------------------------*/
/*  Link Styles  */
/*---------------------------------------------------------------------------*/
a { color: #F5F5F5; }
a:hover, 
a:focus {
	color: red;
}
a:focus { outline: none; }
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE IMAGES  */
/*---------------------------------------------------------------------------*/
img{display:block; max-width:100%; height:auto;}