﻿h1
{
	margin-top: 0px;
}

table
{
	margin: 10px 0px;
}

.updateable
{
	border: dashed 2px #cdcdcd; 
	background-color: #ffcc00; 
	width: 300px; 
	margin: 15px;
}

.notice
{
	color: Green;
}

.question
{
	font-weight: 600;
}

.answer
{
	margin: 15px 0px 15px 15px;
}

.code
{
	font-family: Courier New;
}

.bulletless
{
	list-style-type: none;
}

.paragraph
{
	margin: 5px 0px;
}

.attention
{
	margin: 20px 0px;
	background-color: #c0fe0a;
	padding: 10px;
}

.footer
{
	font-size:	10pt;
	color: #555555;
	margin: 15px 0px 0px 0px;
}

.newsItem
{
	list-style-type: circle;
}