﻿#mainPageDiv a{
	display:block;
	width:83px;
	height:24px;
	background-image:url(../images/MainPageNormal.gif);
	margin:20px auto 10px auto;
}
#mainPageDiv a:hover{
	background-image:url(../images/MainPageFocus.gif);
	display:block;
	width:83px;
	height:24px;
}
#ArticlesPage a{
	display:block;
	width:83px;
	height:24px;
	background-image:url(../images/Articles.gif);
	margin:20px auto 10px auto;
}
#ArticlesPage a:hover{
	background-image:url(../images/ArticlesFocus.gif);
	display:block;
	width:83px;
	height:24px;
}
body
{
	margin-right:5px;
}
.title1
{
	color: #ff6666;
	font-weight:bold;
}
.title1Desc
{
	font-weight:bold;
}
.Point
{
	color: #0000cc;
	font-weight:bold;
}
.PointDesc
{
	color: #009900;
	font-weight:bold;
}
