body {
  background-color: white;
}
.bod {
	font-size: 100px;
	color: #000066;

}
h1 {
  color: blue;
}
p {
  color: red;
}
.sign {
	font-size:50px;
	color: #ff0000;
	font-family: 'Avenir', Helvetica, Arial, sans-serif;
}
.lnks {
        font-size:40px;
        color: #ff0000;
}
