﻿@charset "UTF-8";

body{
	background-color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;	
}

#topic{
	color:#800000;
	background-color:#ffe0e0;
	padding-left:10px;
	padding-right:10px;
	border: thin solid #A0A0A0;
	margin-bottom: 30px;
}

#questions{
	xpadding:10px;
	xborder-style:double;
	xborder-color:#b0b0b0;
	xborder-width:10px;
	width:800px;
	xbackground-color:#fff0a0;
	line-height:80%;
	margin-left:240px;
}

.answer{
	margin-top:60px;
	margin-bottom:60px;	
}

.title{
	border-style:double;
	border-color:#b0b0b0;
	width:800px;
	padding:10px;
	background-color:#F0F0F0;	
}

.content{
	border-style:double;
	border-color:#b0b0b0;
	background-color: #FFFAE8;
	width:820px;
}

.introContent, .installContent, .bookContent, .siteContent, .umlContent{
	margin-top:15px;
	margin-bottom:15px;
	width:750px;
}

.unorderStyle{
	list-style:none;
}

#install1, #install2, #install3{
	color:blue;
	cursor:pointer;
	text-decoration:underline;
}

#install1Container, #install2Container, #install3Container{
	display:none;	
}

.point{
	color: #CE6633;	
}

h1{	font-size:18pt;}
h2{	font-size:12pt;}
h3{	font-size:12pt;}
