﻿.PageContentShow
{
}

.PageContentShow p
{
	line-height:150%;
	margin:0;
	padding:0;
	margin-bottom:5px;
}
.PageContentShow h1
{
	font-size:16px;
	font-weight:bold;
	color:#00a3ef;
}
.PageContentShow h2
{
	font-size:14px;
	font-weight:bold;
	color:#efa300;
	margin:15px 0 5px 0;
}

.PageContentShow a
{
	color:#3366CC;
	text-decoration:none;
}

.PageContentShow a:hover
{
	text-decoration:underline;
	color:Red;
}
