﻿body
{
	font-size: 12px;
}
A
{
	color: #BE4500;
	text-decoration: none;
}
A:hover
{
	color: #BE4500;
	text-decoration: underline;
}
A.HeadLink
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
A.HeadLink:hover
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
A.Article
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
A.Article:hover
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
A.About
{
	font-size: 12px;
	color: #cc3366;
	text-decoration: underline;
}
A.Customer
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
A.Software
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
A.Software:hover
{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
A.More
{
	font-size: 12px;
	color: #6e90bd;
	text-decoration: none;
}
ul
{
	color: teal;
}
li
{
	list-style-type: square;
}
li li
{
	list-style-type: circle;
}

