﻿body{
	background-color: rgb(136,225,251);
	font-family: 'Comic Sans MS', '新細明體', 'Courier New';
	color: rgb(30,30,30);
	font-size: 12pt;
}

.page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 5px;
	box-shadow: 0 0 10px 5px gray;
	overflow: auto;
}

header {
	width: 98%;
	height: 60px; 
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid gray;
	border-radius: 10px;
}

nav {
	width: 20%;
	height: 450px;
	float: left;
	background-color: white;
	border: 1px solid blue;
	border-radius: 10px;
	margin: 10px;
	text-align: center;
}

.content {
	width: 72%;
	float: right;
	min-height: 100px;
	border: 1px solid gray;
	border-radius: 10px;
	margin: 10px;
	padding: 5px 15px 5px 15px; 
}

.content h1 {
	background-color: rgb(209,33,191);
	color: white;
	text-shadow: 2px 2px 5px black; 
	text-align: center;
	border-radius: 20px 20px 0 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	
}

.list1  {
	width: 90%;
	list-style-image: url('../images/list.jpg');
}

.list1 li {
	margin-top: 10px;
}

.content p.p1 {
	line-height: 1.5;
	margin-bottom: 20px;
}

.important {
	color: blue;
	font-weight: bold;
}
footer {
	width: 98%;
	margin-right: 10px;
	border-top: 1px dotted black;
	font-size: 10pt;
	color: rgb(50,50,50);
	text-align: right;
	float: right;
}
