/*


           #####        
 ################
    ###    #####
  ##  ##  ##   ##
 ##    ##  ##### 

   디자이너 김진희 


*/



body{
	background-color: rgb(255,245,245);
	background-image: url(../img/bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
}

h1  {
	font-family:  "Helvetica", sans-serif;
	color:  cornsilk;
	font-size:  50pt;
	text-align:  center;
}

h2	{
	font-family:  "Helvetica", sans-serif;
	color:  blanchedalmond;
	font-size: 24pt;
	text-align:  center;
}

h3	{
	font-family:  "Helvetica", sans-serif;
	color:  rgb(110,110,110);
	font-size: 20pt;
	text-align:  center;
	
}

h4	{
	font-family:  "Helvetica", sans-serif;
	color:  rgb(45, 69, 118);
	font-size: 16pt;
	
}

h5	{
	font-family:  "Helvetica", sans-serif;
	color:  rgb(120,120,120);
	font-size: 13pt;
	
}

h6	{
	/*font-family:  "Arial", sans-serif;*/
	color:  rgb(50,50,50);
	font-size: 11pt;
}

a   {
	color:  lightsalmon;
	font-size: 15pt;
}

ul	{
	list-style-type: none; /* Don't put any bullet points(default) on the list */
	text-align:  center;
}

img {
	display: block;
	margin-left:  auto;
	margin-right: auto;
	width: 20%;
}

