﻿
#ArticleContent {
	float: left;
	width: 100%;
}

.ArticleMargins
{
	margin: 16px;
	padding: 8px;
}

.ArticleText
{
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	width: auto;
	background-repeat: no-repeat;
	margin: 16px;
	padding: 4px;
}

.NormEq
{
	font-family: Times New Roman, Arial;
	font-size: 22px; 
}

.SymbolEq
{
	font-family: Times New Roman, Arial;
	font-size: 48px; 
}

.CodeSnippet 
{
	font-family: courier;
	font-size: 11px;
	background-color: #E0E0E0;
}

.CodeKeyword
{
	color: Blue;
}

.CodeComment
{
	color: Green;
}

