﻿@import url('style1.css');
/*Styles for Class tags*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.color {
	color: #B02121;
}
.caption {
	font-size: 12px;
	color: #999999;
}
