﻿@charset "UTF-8";
.body_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
}
ul {
	list-style-type: disc;
}
.body_text_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}
a img {border: none; 
}
a:link {
	color: #3300FF;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
