/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/style.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */

body {
	background: #000;
	color: #ccc;
	padding-top: 17px;
}
h6 {
	color: #fff;
}
ul, ol, p {
	color: #ccc;
}


a,
a:link,
a:hover,
a:active
a:visited
a:focus
 {
	color: yellow;
}

.border, .colborder {
	border-right: 1px solid #333;
}
hr {
  background: #333;
  color: #333;
}
hr.space {
	background: #000;
  color: #000;
}
.box {
	background-color: #000;
	margin: 0;
	padding: 0;
}
.hi {
	color: yellow;
}
h2 {
	font-size: 4em;
}
p {
	font-size: 1.2em;
	color: white;
}
.box p {
	font-size: 1.5em;
	color: white;
}
em {
	background: none;
}
