﻿.redText
{
	color: Red;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.table
{
	border: dashed 1px gray;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.div 
{
	background-color: Green;
	color: Yellow;
	font-weight: bold;
}
.image
{
	margin: 1px 1px 1px 1px;
	border: solid 1px blue;
}
.listSquare
{
    list-style-type: square;
    color: blue;
}

