/*  Наш первый CSS-файл */

body > h1{
	font-size: 300%;
	font-style: italic;
	text-align: center;
	color: #ff0000;
}
h2{
	font-style: italic;
	text-align: center;
	color: #ff0000;
}
.text{
	text-align: left;
	color: #000000;
	font-size: 100%;
	font-style: none;
}
p {
	margin: 0;
}
a{
	font-size: 150%;
	font-style: border;
	color: #0000ff;
}
.over {
	border: 3px solid #ff0000;
    font-size: 100%;
    height: 300px;
    margin: 20px 30px 20px 30px;
    overflow: auto;
	padding-right: 50px;
    width: 550px;
	background-color: #0c0;
	}
	input[type="text"] {
    height: 40px;
    width: 400px;
}
input[type="text"]:focus {
    border: 2px solid #c00;
}
input[type="button"] {
    font-size: 150%;
	color: #0099dd;
    cursor: pointer;
    height: 50px;
    width: 300px;
}
form > p {
    font-size: 120%;
}
p  {
	font-size: 80%;
	color: #000000;
	text-align: left;
	font-style: border;
	}
.div_1 {
	border: 1px solid #000;
    border-radius: 25px;
    box-shadow: 5px 4px 10px 15px #0c0;
    height: 250px;
    width: 500px;
	margin: 20px 20px 20px 20px;
	background-color: #ffff00;
	}
