/* Self-explanatory */
body {
    font-family: "Comic Sans MS";
	font-size: 27px !important;
	background: url("http://i.imgur.com/35cCkcP.gif") repeat;
	opacity: 0.1;
	/*background: url("http://cdn.awwni.me/nsxa.jpg") repeat;*/
	background-size: 340px 200px;
	text-transform: uppercase;
  
    transform-origin: 5% 5%;
	animation: spaceboots 0.8s infinite linear;
}
#list_surround{
	background: url("http://cdn.awwni.me/nsxa.jpg") repeat;
	background-size: 340px 200px;
}
@keyframes spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg)
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg)
    }
    30% {
        transform: translate(0px, 2px) rotate(0deg)
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        transform: translate(2px, 1px) rotate(-1deg)
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        transform: translate(2px, 2px) rotate(0deg)
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}0
* {
    cursor: url("http://i.imgur.com/Fx2IPwd.png"), auto;
}
.header_al {
    font-weight: bold;
    font-size: 16px;
}
.header_al_links {
}
/* All links on your list */
a{
	font-size: 50px;
    color: red;
    text-decoration: none;
}
a:visited {
	color: pink;
    text-decoration: underline;
	font-size: 60px;
	content: url("http://i.imgur.com/ByYH6Yd.jpg");
	width: 200px;
	height: 300px;
}
a:hover{
    color: pink;
    font-style: italic;
	font-size: 100px;
	content: url("http://i.imgur.com/GZ56DVI.jpg");
    transform: rotate(7deg);
}
table:hover{
    transform: rotate(7deg);
}
tbody:hover{
    transform: rotate(7deg);
}
td:hover{
    transform: rotate(7deg);
}
a.animetitle:after{
	font-size: 40px;
	color: yellow;
	width: 200px;
	height: 300px;
	content: "all waifus are beautiful let no one tell you otherwise" 
}
td:nth-of-type(6) a:hover{
	content: url("http://i.imgur.com/0O3OUhf.jpg");
    transform: rotate(7deg);
}
tr:hover td[class^='td']:nth-of-type(2){
	background: url("http://i.imgur.com/JfPLGSu.jpg");
    transform: rotate(7deg);
}
tr:hover td[class^='td']:nth-of-type(3){
	background: url("http://cdn.awwni.me/mfuj.jpg");
    transform: rotate(7deg);
}
.td1 {
	background: url("http://cdn.awwni.me/n1z1.jpg") center 25% fixed;
}
.td2 {
	background: url("http://cdn.awwni.me/qtxr.jpg") center 30% fixed
}
/* This represents the "Anime Title", "Score", "# Eps" columns */
.table_header {
    color: purple;
	font-size: 70px;
}
/* headerLink represents the color of the links inside the_header */
.table_headerLink {
    color: magenta;
}
.table_headerLink:Visited {
    color: yellow;
}
.table_headerLink:Hover {
    color: blue;
    transform: rotate(7deg);
}
/* Header classes for Currently Watching, Completed, Dropped, etc... */
.header_cw {
	background: url("http://i.imgur.com/ByYH6Yd.jpg") fixed ;
}
.header_completed {
	background: url("http://i.imgur.com/PIXLdMc.jpg") center fixed;
}
.header_onhold {
	background: url("http://cdn.awwni.me/mfuj.jpg") fixed;
}
.header_dropped {
	background: url("http://i.imgur.com/GZ56DVI.jpg") fixed;
}
.header_ptw {
	background: url("http://cdn.awwni.me/n1z1.jpg") center 30% fixed;
}
.header_title {
    font-size: 200px;
    font-weight: bold;
	animation:rainbow 0.6s infinite;
	height: 1200px;
	background: url(http://i.imgur.com/AKqYpO8.gif) repeat-x;
}
table {
    background: url("http://i.imgur.com/PIXLdMc.jpg") center 30% ;
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 1;
	border: 100px solid transparent;
    padding: 15px;
    border-image: url(http://i.imgur.com/Mcd0c7o.jpg) 350 round;
}
body:after {
    content: url("http://cdn.awwni.me/qltt.png");
    top: 200px;
	left: 300px;
    z-index: 3;
	position: absolute;
}
/* Rainbow text*/
@keyframes rainbow {
0% {color: #ff0000;}
10% {color: #ff8000;}
20% {color: #ffff00;}
30% {color: #80ff00;}
40% {color: #00ff00;}
50% {color: #00ff80;}
60% {color: #00ffff;}
70% {color: #0080ff;}
80% {color: #0000ff;}
90% {color: #8000ff;}
100% {color: #ff0080;}
}
