﻿/* PROJECT.CSS */

.view_subject {
	background-image: url('../images/content_title_back.png');
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: large;
	font-family: "Malgun Gothic","Dotum","Courier New", Courier, monospace;
	font-weight: bold;
}
.subject {
	color: #004A80;
	font-size: 12pt;
	font-family: "Malgun Gothic","Dotum","Courier New", Courier, monospace;
	font-weight: bold;
	text-indent: 30px;
	line-height: 30px;
}
.subject a{
	color: #004A80;
	text-decoration: none; 
}
.subject a:hover{
	color: #333333;
	text-decoration: underline; 
}

.c_top {
	background-image: url('../images/content_top_back.png');
	background-repeat: no-repeat;
	text-align: left;
}
.c_middle {
	background-image: url('../images/content_middle_back.png');
	background-repeat: repeat-y;
	text-align: center;
}
.c_bottom {
	background-image: url('../images/content_bottom_back.png');
	background-repeat: no-repeat;
	text-align: left;
}

