@font-face {
  font-family: DotMatrix;
  src: url(fonts/DOTMBold.TTF);
}

*{
	font-family: DotMatrix;
}

*{
	text-align: center
}

h1{
	font-size:60px
}

h1{
	font-style:italic
}


h2{
	line-height:2
}

h3{
	line-height:1
	font-weight: bold
}

h4{
	line-height:1
}


ul{
    list-style-type: none;
}

a:link{text-decoration: none; color:#000; background-color:#f2f2f2}
a:visited{text-decoration: none; color:#000; background-color:#f2f2f2}
a:hover{background-color: #FFA1C4;}
.site-main{margin:20px;}
