@import "main2.css";

{
	/* type: text */
	/* title: for_text */
}
table
{
	/* type: table */
	/* title: default table */
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}
img
{
	/* type: img */
	/* title: defaullt image */
	border-width: 0px;
}
ol
{
	/* type: olist */
	/* title: default order list */
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	list-style-type: decimal;
}
ul
{
	/* type: ulist */
	/* title: default unorder list */
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	list-style-type: disc;
}
img.test_img
{
	/* type: img */
	/* title: test_img */
	border-color: #CC0000;
	border-width: 0px;
	text-align: center;
}
.green
{
	/* type: text */
	/* title: green text */
	color: #00FF00;
	font-family: Verdana;
	font-size: 12px;
}
.red
{
	/* type: text */
	/* title: red text */
	color: #FF0000;
	font-family: Verdana;
	font-size: 12px;
}
.blue
{
	/* type: text */
	/* title: blue text */
	color: #0000FF;
	font-family: Verdana;
	font-size: 12px;
}
p
{
	/* type: text */
	/* title: default paragraph */
	margin: 0px;
	font-size: 15px;
}
a.new_link:link
{
	/* type: link */
	/* title: new link */
}
a.new_link:visited
{
	/* type: link */
	/* title: new link */
}
a.new_link:hover
{
	/* type: link */
	/* title: new link */
}
.one
{
	/* type: olist */
	/* title: one olist */
	color: #FF0000;
	list-style-type: lower-alpha;
}
.two
{
	/* type: ulist */
	/* title: two ulist */
	color: #0000FF;
	list-style-type: square;
}
table.example
{
	/* type: table */
	/* title: for ww */
	border-color: #7FFF00;
	border-style: outset;
	border-width: 5px;
	color: #3300FF;
}
.text
{
	/* type: text */
	/* title: for_text */
	font-family: Arial,Verdana;
	font-size: 11px;
}
