﻿h1 {
	font-family: tahoma;
	color: green;

}

h1 {
	font-family: tahoma;
	color:lime;
	font-size:medium

}

h3 {
	font-family: Algerian;
	color:lime;

}

h4 {
	font-family: "tahoma";
	color: yellow;
	font-size:small;

}

h5 {
	font-family: Ligurino;
	color: yellow;
	border-bottom: 0px solid rgb(50, 180, 190);
	size: 3;
}

h6 {
	font-family: Andalus;
	color: blue;
	
}

h7 {
	font-family: "tahoma";
	color: yellow;
	font-size:xx-small;

}

body {
	background-color: black;
	background-image: url("starfield.jpg");
	background-attachment:fixed;
	line-height=22px;
}

div {
	width:100px;
	height:100px;
	border:1 px solid rgb(200,100,0)
}


div#one {
	background:red;
	position:absolute;
	top:0;
	left:0;
	
}

div#two {
	background:green;
	position:absolute;
	top:0;
	left:0;
	
}


div#three {
	background:blue;
	position:absolute;
	top:0;
	left:0;
	
}


div#four {
	background:yellow;
	position:absolute;
	top:0;
	left:0;
	
}










/*

p {
	
	background-color:pink;
	color:white;
	padding:2px;
	margin:2px;
	border:2px solid rgb (0, 25, 200);
	width: 350px;
	margin:auto;
}
*/