﻿.siteOnly .newsPaperTitle {
				padding-top: 0px;
				color: #ffffff;
				font-weight: bold;
				font-size: 20px;
				padding-bottom: 5px;
				width: 100%;
				background-color: #027CD4;
				text-align: center;
				padding-bottom: 5px;
				padding-top: 5px;
}
.siteOnly .newsPaperDate {
				font-size: 12px;
				color: gray;
}
.siteOnly .newsPaperAuther {
				font-size: 12px;
				color: gray;
}
.siteOnly .newsPaperSubTitle {
				padding-top: 12px;
				font-weight: bold;
				color: navy;
}
.siteOnly .newsPaperArtical {
				padding-top: 20px;
				color: navy;
}
.newsPaperPhoto {
				float: right;
}
.newsPaperPhoto img {
				width: 200px;
				padding:10px;
}

