body{
  color:purple;
  background-color: red;
}
.hello{font-size: 12px;
   color:blue;
   font-family: "Courier New", Courier, monospace;
}
#intro {
  color:white;
}
#MYNAME {
  COLOR: YELLOW;
}
.mit{
  float: right;
}
.hey{
  display: inline;
}
#tryit {
  position: fixed;
}
#tryit {
  position: absolute;
}
.nowwhat {
  position: relative;
  top: 45px;
}
.nowwhat {
  position: relative;
  bottom: 20px;
}
a:link {
color: blue;
} 
a:visited{
  color:'#ooffoooo;
} /*visited link , green */