/* CSS Document */

/* Editor Assigned Styles */
/*make sure that any styles you put here also exist 
in your template_css.css file or they will have no 
effect in the front end */

p.rightalign {
  text-align: right;
}

.red { 
  color: #c00;
}

.green {
  color: #0c0;
}

.highlight {
	background-color: yellow;
	color: blue;
	padding: 0;
}
p.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

.small {
	color: #999999;
	font-size: 10px;
}

/* Body Tag for Background Color and Font Specs.  */

body{
	font-family:Arial,Helvetica;
	font-size: 12px;
	color: #ffffff;
	background:#212121;
}

/* Optional Basic Stuff you can use to make everything look like it does on the site itself */
/* you can get this stuff right out of your template_css.css file, or you can just leave it out */

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{

}


td {

}

a, a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

