body {
    background: #b8e2fe;
}

p {
  color: #ff3030;
}

h1 {
  color: #ff5050;
}

h2 {
  font-weight: bold;
  color:#ff5050
}

h3 {
  color: #ff5050;
}

h4 {
  color: #ff5050;
}

hr
{
  background-color: #ff5050;
  border: 0 none;
  color: #ff5050;
  height: 4px;
}

.Intro {
  margin: 0 auto;
  text-align: center;
  width: 900px;
  height: 900px; 
  background-color: #feb8b8;
  border-radius: 10px;
  border:5px solid red;  
}

.Homo {
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom:30px;
}

.Text {
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 800px;
  height: 390px;
  border:5px solid red;
  margin-top:15px;
} 

.Blogtext {
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 800px;
  height: 1550px;
  border:5px solid red;
  margin-top:15px;
} 

.BlogBg {
  margin: 0 auto;
  text-align: center;
  width: 900px;
  height: 1100px; 
  background-color: #feb8b8;
  border-radius: 10px;
  border:5px solid red;  
}

.Blinkie {
width: 250px;
 margin-bottom: 5px;
 margin-top: 10px;
}

.Blogpic {
  width: 250px;
 margin-bottom: 5px;
 margin: 0 auto;
border: 5px solid red;
 border-radius: 10px;
}

 a:link {
         color: #ff5050;;  
      
        font-weight: bold;
 }
 
 a, a:link, a:visited {
  color: #ff5050;
 font-weight: bold;
 }
 
        a:hover {
          color: #b8e2fe; 
          font-weight: bold;
        }
    